euscanwww: Minor cleanings

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-14 13:51:07 +02:00
parent f2a4d5d4a4
commit ec2e132583
4 changed files with 8 additions and 3 deletions

View File

@ -58,7 +58,7 @@ def parse_src_uri(uris):
uri = from_mirror(uri)
if uris and uris[-1] == "->":
operator = uris.pop()
uris.pop() # operator
file_ = uris.pop()
else:
file_ = os.path.basename(uri)