Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Nov 27, 2024
1 parent aa2f200 commit d6b78f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ def extract_zipped_folder(folder):
repo_filename=file.name,
local_folder=file.parent,
)
print(f"Extracting {file}")
extract_zipped_folder(file)
file.unlink()

0 comments on commit d6b78f0

Please sign in to comment.