Remove non-ascii char from macdeployqt.py

This commit is contained in:
Dominik Schmidt 2019-01-11 19:21:40 +01:00 committed by Dominik Schmidt
parent 8f705c16c3
commit bc4fb73cda

View File

@ -352,7 +352,7 @@ def FixLibraryInstallPath(library_path, library):
FixInstallPath(library_path, library, new_path)
else:
print "Fix as system library: [%s]" % library_path
print "We currently don't need this and it's most likely an error if this code path is hit. Exiting"
print "We currently don't need this and it's most likely an error if this code path is hit. Exiting."
sys.exit(53)
FixInstallPath(library_path, library, system_library)