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

black

parent f2d2be1d
No related branches found
No related tags found
1 merge request!45Improve available output
Pipeline #370531 canceled
......@@ -352,7 +352,9 @@ def get_available_toolchains(mpsd_release: str) -> List[str]:
tmp_dir_path = Path(tmp_dir.name)
# find toolchains by cloning repository and checking out right branch
clone_repo(tmp_dir_path, config_vars["spack_environments_repo"], branch=mpsd_release)
clone_repo(
tmp_dir_path, config_vars["spack_environments_repo"], branch=mpsd_release
)
# look for directories defining the toolchains
# import time
# time.sleep(10)
......
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