Skip to content

Commit 65f2af6

Browse files
mahf708Copilot
andauthored
avoid implicit string concatenation in rcs_stats.py
Co-authored-by: Copilot <[email protected]>
1 parent f2ba953 commit 65f2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eamxx/cime_config/SystemTests/rcs_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def run_stats_comparison(
762762
comments.extend([
763763
"",
764764
f"Magnitude Threshold: {MAGNITUDE_THRESHOLD}",
765-
" (Minimum relative difference required for practical "
765+
" (Minimum relative difference required for practical ",
766766
"significance)",
767767
])
768768

0 commit comments

Comments
 (0)