Skip to content
Snippets Groups Projects

Explain why we think a release has not been fully installed

Merged Hans Fangohr requested to merge improve-user-feedback into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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."
)
Loading