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

small progress

parent 042e8016
No related branches found
No related tags found
1 merge request!36Available command
......@@ -324,9 +324,18 @@ def get_available_toolchains(release: str) -> List[str]:
Example
-------
To be added
Strategy:
- clone spack_environments to temporary location
- use `get_release_info(mpsd_release, script_dir)` on that directory.
"""
# Helper class to change directory via context manager
class os_chdir:
"""The os_chdir class is a context manager.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment