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

ruff --fix

parent 6a7c7c76
No related branches found
No related tags found
1 merge request!51If toolchain cannot be found, point to `available` command.
Pipeline #370869 passed
......@@ -886,7 +886,7 @@ def install_environment(
for toolchain in toolchains:
if toolchain not in available_toolchains:
msg = f"Toolchain '{toolchain}' is not available in release {mpsd_release}."
msg += f"Use 'available' command to see list of available toolchains."
msg += "Use 'available' command to see list of available toolchains."
logging.error(msg)
sys.exit(1)
......
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