Skip to content

Commit

Permalink
Modifying warning message when archiving of timing data is disabled (3)
Browse files Browse the repository at this point in the history
Modified warning message when archiving of timing data is disabled (third
edit).

[BFB]
  • Loading branch information
Patrick Worley committed Oct 13, 2017
1 parent af07b88 commit 5d8f11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/CIME/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _save_prerun_timing_acme(case, lid):
try:
os.makedirs(full_timing_dir)
except OSError:
logger.warning("{} can not be created. Skipping archive of timing data and associated provenance".format(full_timing_dir))
logger.warning("{} cannot be created. Skipping archive of timing data and associated provenance".format(full_timing_dir))
return

mach = case.get_value("MACH")
Expand Down

0 comments on commit 5d8f11b

Please sign in to comment.