Skip to content

Commit

Permalink
Add message to overlap error
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 20, 2024
1 parent b86c0b2 commit 9045765
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 @@ -316,7 +316,7 @@ def success_fail_overlap(succeeded, failed):
"failed conversions. Inputs will not be deleted.\n"
f"{overlap}"
)
raise um2netcdf.PostProcessingError()
raise um2netcdf.PostProcessingError(msg)
else:
for successful_input_path, _ in successes:
os.remove(successful_input_path)

0 comments on commit 9045765

Please sign in to comment.