Skip to content

Commit

Permalink
Fixes doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Aug 5, 2024
1 parent 4791bd0 commit 3a3fc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/hist_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
"""
Expand Down

0 comments on commit 3a3fc34

Please sign in to comment.