diff --git a/mpsd-software.py b/mpsd-software.py index c7f0fc374c0738d171599ebe713861e8248e45cb..55ddde781e19005ed16243f9dc9798965c54d93e 100755 --- a/mpsd-software.py +++ b/mpsd-software.py @@ -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)