From 0ed3851d558019b9e33cfea0b8f3c263fc40910b Mon Sep 17 00:00:00 2001 From: James Foucar Date: Thu, 17 Aug 2017 13:42:21 -0600 Subject: [PATCH] Archive any file that starts with Macros Instead of only files with exact name 'Macros' Should allow us to catch all Macros regardless of the format. [BFB] --- scripts/lib/CIME/provenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/CIME/provenance.py b/scripts/lib/CIME/provenance.py index 420680b9c89..eb6981f004c 100644 --- a/scripts/lib/CIME/provenance.py +++ b/scripts/lib/CIME/provenance.py @@ -164,7 +164,7 @@ def _save_prerun_timing_acme(case, lid): "*.xml", "user_nl_*", "*env_mach_specific*", - "Macros", + "Macros*", "README.case", "Depends.%s" % mach, "Depends.%s" % compiler,