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

Merge branch 'improve-user-feedback' into 'main'

Explain why we think a release has not been fully installed

See merge request !103
parents 2b6ccc1a 16c80132
No related branches found
No related tags found
1 merge request!103Explain why we think a release has not been fully installed
Pipeline #375383 passed
......@@ -1042,7 +1042,7 @@ def environment_status(mpsd_release: str, root_dir: Union[str, Path]) -> dict:
# if the mpds_release directory exists but the spack repository is not fully
# cloned - indicates some kind of incomplete installation:
if not spack_dir.exists():
logging.debug(f"Looking for files in {spack_dir}")
logging.info(f"Could not find directory {spack_dir}.")
logging.error(
f"MPSD release '{mpsd_release}' has not been completely installed."
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment