Skip to content

Commit bee6c4a

Browse files
committed
Use logger instead of print.
1 parent f1d6f44 commit bee6c4a

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
@@ -129,7 +129,7 @@ def _commandline_args(description):
129129

130130
# Warn user about ambiguous -s
131131
if args.sys:
132-
print(f"Running system tests only. {SYS_TESTS_DISAMBIGUATION}")
132+
logger.info("Running system tests only. %s", SYS_TESTS_DISAMBIGUATION)
133133

134134
# Pass any unknown args to pytest directly
135135
pytest_args += unknown

0 commit comments

Comments
 (0)