Skip to content

Commit

Permalink
fix an eronious message from cprnc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 6, 2025
1 parent ac8e583 commit 15b4b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CIME/hist_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ def get_ts_synopsis(comments):
if comments == "" or "\n" not in comments:
return comments

if comments.endswith("PASS"):
return ""

# Empty synopsis when files are identicial
if re.search(IDENTICAL, comments) is not None:
return ""
Expand Down

0 comments on commit 15b4b4d

Please sign in to comment.