From 944f41540ace864b9df8e77a4f516361328084ef Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 2 Sep 2016 13:08:13 -0600 Subject: [PATCH] typo fix --- utils/python/CIME/hist_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/python/CIME/hist_utils.py b/utils/python/CIME/hist_utils.py index edb86544f205..a50b26bacf08 100644 --- a/utils/python/CIME/hist_utils.py +++ b/utils/python/CIME/hist_utils.py @@ -78,7 +78,7 @@ def move(case, suffix): all_success = True if num_moved == 0: all_success = False - comments += "WARNING: No hist files found in rundir '%s'" % rundir) + comments += "WARNING: No hist files found in rundir '%s'" % rundir return all_success, comments