mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Fix downloader
This commit is contained in:
parent
c110f7b8d3
commit
950e6b9753
@ -42,5 +42,5 @@ class Downloader:
|
||||
try:
|
||||
yield filename
|
||||
finally:
|
||||
pass #os.remove(filename)
|
||||
os.remove(filename)
|
||||
return remove(filename)
|
||||
|
Loading…
Reference in New Issue
Block a user