From a1e86781bda5d5d408aae2448a13513d9b900b18 Mon Sep 17 00:00:00 2001 From: kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:43:12 -0600 Subject: CI: Fix timing search paths to ignore bootstrap (#41893) --- .../cloud_pipelines/scripts/common/aggregate_package_logs.spack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py b/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py index b785fc9fed..ec40c4c230 100644 --- a/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py +++ b/share/spack/gitlab/cloud_pipelines/scripts/common/aggregate_package_logs.spack.py @@ -30,7 +30,7 @@ if __name__ == "__main__": data = [] # Look in the CWD for logs - local_log_path = os.path.join(os.path.getcwd(), args.log) + local_log_path = os.path.join(os.getcwd(), args.log) if os.path.exists(local_log_path): with open(local_log_path) as fd: data.append(json.load(fd)) -- cgit v1.2.3-70-g09d2