Skip to content

Commit

Permalink
Fix spelling error in err message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Feb 16, 2024
1 parent 662369b commit 7a6069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/SystemTests/system_tests_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def run_indv(
raise CIMEError(
"Could not find all inputdata on any server, try "
"manually running `./check_input_data --download "
f"--versbose` from {caseroot!r}."
f"--verbose` from {caseroot!r}."
) from None
if submit_resubmits is None:
do_resub = self._case.get_value("BATCH_SYSTEM") != "none"
Expand Down

0 comments on commit 7a6069c

Please sign in to comment.