We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6b636 commit 1b205dfCopy full SHA for 1b205df
psychopy/app/builder/builder.py
@@ -2185,11 +2185,6 @@ def runFile(self, event=None):
2185
else:
2186
_opts = wx.EXEC_ASYNC | wx.EXEC_SHOW_CONSOLE
2187
2188
- # for unix this signifies a space in a filename
2189
- fullPath = fullPath.replace(' ', '\ ')
2190
2191
- pythonExec = sys.executable.replace(' ', '\ ')
2192
- # the quotes would break a unix system command
2193
command = [pythonExec, '-u', fullPath]
2194
_opts = wx.EXEC_ASYNC | wx.EXEC_MAKE_GROUP_LEADER
2195
# update app controls
0 commit comments