mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix downloader
This commit is contained in:
@@ -42,5 +42,5 @@ class Downloader:
|
||||
try:
|
||||
yield filename
|
||||
finally:
|
||||
pass #os.remove(filename)
|
||||
os.remove(filename)
|
||||
return remove(filename)
|
||||
|
Reference in New Issue
Block a user