Skip to content
Snippets Groups Projects
Commit 8d504467 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

Merge branch 'main' into available-command

parents 9e86496e 52dd0c8c
No related branches found
No related tags found
1 merge request!36Available command
Pipeline #370506 failed
......@@ -463,7 +463,9 @@ def run(*args, counter=[0], **kwargs):
options = ", ".join([f"{key}={value}" for key, value in kwargs.items()])
# provide information about upcoming subprocess.run call
logging.info(f"{token} Starting subprocess.run('{command}') with options {options}")
logging.debug(
f"{token} Starting subprocess.run('{command}') with options {options}"
)
logging.debug(f"""{token} getcwd={os.getcwd()}""")
logging.debug(f"""{token} subprocess.run("{arg}")""")
......@@ -696,6 +698,8 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]:
available_toolchains : list
A list of available toolchains for the given MPSD release.
"""
logging.info(f"Preparing {mpsd_release=}")
# Creates the directory structure for the specified release and clone the
# Spack environments repository if it doesn't exist:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment