Skip to content

Commit

Permalink
remove done statement
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Jun 28, 2023
1 parent a2ca25f commit 2277849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions musdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,4 @@ def download(self, progress: bool = True, suffix: str = ".zip"):
finally:
f.close()
if os.path.exists(f.name):
os.remove(f.name)

print('Done!')
os.remove(f.name)

0 comments on commit 2277849

Please sign in to comment.