We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff5731 commit 7e4c150Copy full SHA for 7e4c150
SConstruct
@@ -335,7 +335,7 @@ if selected_platform not in platform_list:
335
elif selected_platform != "list":
336
print(f'Invalid target platform "{selected_platform}".')
337
338
- print(f"The following platforms are available:\n\t{'\n\t'.join(platform_list)}\n")
+ print("The following platforms are available:\n\t{}\n".format("\n\t".join(platform_list)))
339
print("Please run SCons again and select a valid platform: platform=<string>.")
340
Exit(0 if selected_platform == "list" else 255)
341
0 commit comments