From bc4fb73cdae6e50cfcb055bbbdc81eb3b164a6b2 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Fri, 11 Jan 2019 19:21:40 +0100 Subject: [PATCH] Remove non-ascii char from macdeployqt.py --- admin/osx/macdeployqt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py index de13c49311..a2ab101245 100755 --- a/admin/osx/macdeployqt.py +++ b/admin/osx/macdeployqt.py @@ -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)