mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-02 12:14:43 +02:00
Fix downloader
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user