projects
/
winfreed.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ebecc
)
winfreed.py: fix E225 missing whitespace around operator" from pep8
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 26 Nov 2011 12:09:52 +0000
(13:09 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 26 Nov 2011 14:57:47 +0000
(15:57 +0100)
winfreed.py
patch
|
blob
|
history
diff --git
a/winfreed.py
b/winfreed.py
index
13b7580
..
068480b
100755
(executable)
--- a/
winfreed.py
+++ b/
winfreed.py
@@
-84,7
+84,7
@@
def download(pkg):
filename = urllib2.unquote(os.path.basename(response.geturl()))
if filename == "":
- sys.stderr.write("Debug (%s): filename: %s url: %s\n" %(pkg['package_name'], filename, response.geturl()))
+ sys.stderr.write("Debug (%s): filename: %s url: %s\n" %
(pkg['package_name'], filename, response.geturl()))
return
destfile = os.path.join(OUTPUT_DIR, filename)