Skip to content

Commit

Permalink
uncomment dev leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Dec 13, 2024
1 parent 49acf7d commit 3f4605e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ def download(self):
return

# Delete progress file to indicate the download is complete
# if os.path.exists(progress_file):
# os.remove(progress_file)
if os.path.exists(progress_file):
os.remove(progress_file)

# Combine and extract downloaded files
self.logger.debug("Combining and extracting zip part files...")
Expand Down

0 comments on commit 3f4605e

Please sign in to comment.