Skip to content
Snippets Groups Projects
Commit fdadeab5 authored by Adrian Ciu's avatar Adrian Ciu
Browse files

esd-spack-installation: added additional spack commands

parent 4374fe5c
No related branches found
No related tags found
2 merge requests!7Dedal Release,!5Methods for caching; CLI
......@@ -112,6 +112,7 @@ class SpackOperation(ABC):
check=True,
capture_output=True, text=True, logger=self.logger,
info_msg=f'Checking if environment {self.spack_config.env.env_name} exists')
print(result)
if result is None:
return False
return True
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment