Skip to content

Commit b105037

Browse files
committed
Fix typo
1 parent bee6c4a commit b105037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ctsm/run_ctsm_py_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _commandline_args(description):
7878
nargs="?",
7979
type=str,
8080
const="",
81-
metavar="DEBUG_FILE_NAME", # Sam as pytest
81+
metavar="DEBUG_FILE_NAME", # Same as pytest
8282
help=(
8383
"If given with no argument, uses old unittest-based run_ctsm_py_tests behavior: Run"
8484
" tests with maximum verbosity, equivalent to ``pylint -v --capture=no``. If given"

0 commit comments

Comments
 (0)