xconv: Fix typo

master
Taeyeon Mori 7 years ago
parent ee5cdbeb04
commit eb7c2cd6e3
  1. 2
      lib/python/xconv/app.py

@ -146,7 +146,7 @@ def main(argv):
print("\033[36mXConv %s (c) Taeyeon Mori\033[0m" % version)
print("\033[34mProfile: %s\033[0m" % args.profile)
unknown_defines = [n for n in args.defines.keys() if n not in profile.defines]
unknown_defines = [n for n in args.define.keys() if n not in profile.defines]
if unknown_defines:
print("\033[33mWarning: Unknown defines %s; see '%s -i %s' for avaliable defines in this profile\033[0m" %
(", ".join(unknown_defines), argv[0], args.profile))

Loading…
Cancel
Save