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

show name of toolchain in hyphens for clarity

parent 981d23f7
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!1Resolve "First draft for user interface for top level install command"
...@@ -238,7 +238,7 @@ def install_environment( ...@@ -238,7 +238,7 @@ def install_environment(
for toolchain in toolchains: for toolchain in toolchains:
if toolchain not in available_toolchains: if toolchain not in available_toolchains:
raise Exception(f"Toolchain {toolchain} is not available in release {mpsd_release}.") raise Exception(f"Toolchain '{toolchain}' is not available in release {mpsd_release}.")
# Install the toolchains # Install the toolchains
with os_chdir(toolchain_dir): with os_chdir(toolchain_dir):
......
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