Skip to content

Commit

Permalink
DEP: delete files
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 7, 2024
1 parent cd05417 commit b48d875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
for file in file_list:
print(f"{file_list}")
print(f"Removing file: {file}")
#os.remove(file)
os.remove(file)

print("Cleanup completed.")

0 comments on commit b48d875

Please sign in to comment.