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.
2 parents dc48225 + 3a6a7c0 commit 509e83eCopy full SHA for 509e83e
Widgets/MainWindow.py
@@ -157,8 +157,8 @@ def _runFile(self, file):
157
)
158
process.setProcessEnvironment(env)
159
160
- if sys.executable.endswith('python.exe'):
161
- process.setWorkingDirectory(os.path.dirname(file))
+# if sys.executable.endswith('python.exe'):
+ process.setWorkingDirectory(os.path.dirname(file))
162
process.start(sys.executable, [file])
163
164
def _runJs(self, code):
0 commit comments