diff --git a/src/Mod/OpenSCAD/OpenSCADUtils.py b/src/Mod/OpenSCAD/OpenSCADUtils.py index 5c11e6060f..8f7b50455f 100644 --- a/src/Mod/OpenSCAD/OpenSCADUtils.py +++ b/src/Mod/OpenSCAD/OpenSCADUtils.py @@ -69,7 +69,7 @@ def searchforopenscadexe(): if os.path.isfile(testpath): return testpath elif sys.platform == 'darwin': - ascript = ('tell application "Finder"\n' + ascript = (b'tell application "Finder"\n' 'POSIX path of (application file id "org.openscad.OpenSCAD"' 'as alias)\n' 'end tell')