From 0014485e5e6cbbf371ef158c3716fc05e41e9f30 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Tue, 27 Jun 2023 12:24:13 +0200
Subject: [PATCH] update use of record_script_execution_summary

---
 src/mpsd_software_manager/mpsd_software.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/mpsd_software_manager/mpsd_software.py b/src/mpsd_software_manager/mpsd_software.py
index 074129e..fe2f99d 100755
--- a/src/mpsd_software_manager/mpsd_software.py
+++ b/src/mpsd_software_manager/mpsd_software.py
@@ -784,7 +784,7 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]:
         mpsd_release, root_dir
     )
     record_script_execution_summary(
-        mpsd_release, root_dir, spe_branch=spe_branch, spe_commit_hash=spe_commit_hash
+        root_dir, spe_branch=spe_branch, spe_commit_hash=spe_commit_hash
     )
     return available_package_sets
 
@@ -935,12 +935,10 @@ def install_environment(
 
             # log the command
             record_script_execution_summary(
-                mpsd_release,
                 root_dir,
                 msg=f"installing {package_set} and logging at {build_log_path}",
             )
             record_script_execution_summary(
-                mpsd_release,
                 root_dir,
                 msg=(
                     f"CMD: bash {spack_setup_script} {' '.join(install_flags)} "
-- 
GitLab