Fix downloader

This commit is contained in:
Victor Zverovich 2015-02-12 21:34:36 -08:00
parent c110f7b8d3
commit 950e6b9753

View File

@ -42,5 +42,5 @@ class Downloader:
try: try:
yield filename yield filename
finally: finally:
pass #os.remove(filename) os.remove(filename)
return remove(filename) return remove(filename)