Skip to content
Snippets Groups Projects
Commit 4c0b59e7 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

remove mpsd_release as its not used in execution_summary_logger

parent bc13ef64
No related branches found
No related tags found
1 merge request!88Remove redundant argument to record script execution summary function
This commit is part of merge request !88. Comments created here will be created in the context of that merge request.
......@@ -551,9 +551,7 @@ def run(*args, counter=[0], **kwargs):
return process
def record_script_execution_summary(
mpsd_release: str, root_dir: str, msg: str = None, **kwargs
) -> None:
def record_script_execution_summary(root_dir: str, msg: str = None, **kwargs) -> None:
"""Log the command used to build the package_set.
It also logs information about the spack-environments branch and commit hash,
......@@ -562,8 +560,6 @@ def record_script_execution_summary(
Parameters
----------
- mpsd_release : str
The name of the release to install toolchains for.
- root_dir : str
The path to the directory where the scripts are located.
- msg : str, optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment