Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 20, 2024
1 parent 596eacc commit b86c0b2
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 @@ -310,7 +310,7 @@ def success_fail_overlap(succeeded, failed):
if args.delete_ff:
# Check that no successful inputs somehow simultaneously failed.
overlap = success_fail_overlap(successes, failures)
if overlap:
if overlap:
msg = (
"Following inputs reported simultaneous successful and "
"failed conversions. Inputs will not be deleted.\n"
Expand Down

0 comments on commit b86c0b2

Please sign in to comment.