mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
Patch some mistakes (according to flake8)
This commit is contained in:
@@ -28,7 +28,7 @@ def urlretrieve(url, filename=None):
|
||||
'''
|
||||
if filename is None:
|
||||
filename = os.path.basename(url)
|
||||
debug('DOWNLOAD', '%s from %s', name, os.path.dirname(url))
|
||||
debug('DOWNLOAD', '%s from %s', filename, os.path.dirname(url))
|
||||
else:
|
||||
debug('DOWNLOAD', '%s as %s', url, filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user