Skip to content

Commit

Permalink
fix missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 20, 2024
1 parent 16e1e39 commit df5b450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umpost/conversion_driver_esm1p5.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,5 @@ def safe_removal(succeeded, failed):

if args.delete_ff:
# Remove files that appear only as successful conversions
for path in safe_removal():
for path in safe_removal(successes, failures):
os.remove(path)

0 comments on commit df5b450

Please sign in to comment.