From 3a3fc3459d40a1d29f08097f8fcca9e05cd1a23d Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Mon, 5 Aug 2024 09:38:29 -0700 Subject: [PATCH] Fixes doctest --- CIME/hist_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIME/hist_utils.py b/CIME/hist_utils.py index 16a0ac800bc..ea286c4454a 100644 --- a/CIME/hist_utils.py +++ b/CIME/hist_utils.py @@ -735,7 +735,7 @@ def get_ts_synopsis(comments): >>> get_ts_synopsis('File foo had no compare counterpart in bar with suffix baz\n File foo had no original counterpart in bar with suffix baz\n') 'DIFF' >>> get_ts_synopsis('file1=\nfile2=\nFailed to open file\n') - 'ERROR failed to open files' + 'ERROR CPRNC failed to open files' >>> get_ts_synopsis('file1=\nfile2=\nSome other error\n') 'Could not interpret CPRNC output' """