Skip to content

Commit

Permalink
fix old python syntax in an SConscript file
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 30, 2024
1 parent 61a6827 commit 39f381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/win/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down

0 comments on commit 39f381f

Please sign in to comment.