Skip to content

Commit

Permalink
Typos and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 19, 2024
1 parent 243a768 commit 379001b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/test_conversion_driver_esm1p5.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ def test_format_failures_standard_mode():
try:
raise exception_2 from exception_1
except Exception as exc:
exc_with_traceback = exc
exc_with_traceback = exc

failed_file = Path("fake_file")
failed_conversion = [(failed_file, exc_with_traceback)]

formatted_failure_report_list = list(
esm1p5_convert.format_failures(failed_conversion, quiet=False)
)
Expand Down
2 changes: 1 addition & 1 deletion umpost/conversion_driver_esm1p5.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def convert_esm1p5_output_dir(esm1p5_output_dir, delete_ff):
)
)
parser.add_argument("--delete_ff", "-d", action="store_true",
help="Delete fields files upon successful conversion"
help="Delete fields files upon successful conversion."
)
args = parser.parse_args()

Expand Down

0 comments on commit 379001b

Please sign in to comment.