fix old python syntax in an SConscript file

This commit is contained in:
2024-05-29 21:27:25 -06:00
parent 61a6827285
commit 39f381f871

View File

@@ -4,7 +4,7 @@ import os.path as path
Import("env platform")
if str(platform) != "win32":
print "Error: Building for", str(platform), "but trying to create a Windows installer package"
print(f"Error: Building for {platform}, but trying to create a Windows installer package")
env.Depends("data.nsi", ["gen-data.py", "#build/Blades of Exile/data"])