Skip to content

Commit 1b205df

Browse files
committed
BF: mac not running studies if they had spaces in filename!
1 parent 0a6b636 commit 1b205df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

psychopy/app/builder/builder.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,11 +2185,6 @@ def runFile(self, event=None):
21852185
else:
21862186
_opts = wx.EXEC_ASYNC | wx.EXEC_SHOW_CONSOLE
21872187
else:
2188-
# for unix this signifies a space in a filename
2189-
fullPath = fullPath.replace(' ', '\ ')
2190-
# for unix this signifies a space in a filename
2191-
pythonExec = sys.executable.replace(' ', '\ ')
2192-
# the quotes would break a unix system command
21932188
command = [pythonExec, '-u', fullPath]
21942189
_opts = wx.EXEC_ASYNC | wx.EXEC_MAKE_GROUP_LEADER
21952190
# update app controls

0 commit comments

Comments
 (0)