Skip to content

Commit

Permalink
Fix silly python quotes mistake
Browse files Browse the repository at this point in the history
blehhhhhh :p
  • Loading branch information
CelestialAmber authored Aug 8, 2024
1 parent 5a1eee9 commit 71410ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def keep_flag(flag):
unit_config["complete"] = obj.completed
compiler_version = COMPILER_MAP.get(options["mw_console"] + "/" + options["mw_version"])
if compiler_version is None:
print(f"Missing scratch compiler mapping for {options["mw_console"] + "/" + options['mw_version']}")
print(f"Missing scratch compiler mapping for {options['mw_console'] + "/" + options['mw_version']}")
else:
cflags_str = make_flags_str(cflags)
if options["extra_cflags"] is not None:
Expand Down

0 comments on commit 71410ff

Please sign in to comment.