Skip to content

Commit

Permalink
syntax error?
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 8, 2022
1 parent 83d2aa8 commit babac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_unix_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def parse_options():
if arg == "arm64":
mk_util.IS_ARCH_ARM64 = True
else:
raise MKException(f"Invalid architecture directive '{arg}'. Legal directives: arm64")
raise MKException("Invalid architecture directive '%s'. Legal directives: arm64" % arg)
else:
raise MKException("Invalid command line option '%s'" % opt)
set_build_dir(path)
Expand Down

0 comments on commit babac78

Please sign in to comment.