From d58f6f1aa2c0e8fb48a232069c235c53064d69e9 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 24 Oct 2024 07:53:05 -0600 Subject: [PATCH] correct the message about location of copy --- CIME/BuildTools/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIME/BuildTools/configure.py b/CIME/BuildTools/configure.py index c96228571e8..4412d40d0e8 100755 --- a/CIME/BuildTools/configure.py +++ b/CIME/BuildTools/configure.py @@ -76,7 +76,7 @@ def configure( new_cmake_macros_dir, "..", machobj.get_machine_name() ) for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")): - print(f"copying {f} to {output_dir}") + print(f"copying {f} to {output_cmake_macros_dir}") safe_copy(f, output_cmake_macros_dir) copy_local_macros_to_dir(