mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix downloader
This commit is contained in:
parent
c110f7b8d3
commit
950e6b9753
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user