Skip to content

Commit 509e83e

Browse files
committed
Merge branch 'dev'
2 parents dc48225 + 3a6a7c0 commit 509e83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Widgets/MainWindow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ def _runFile(self, file):
157157
)
158158
process.setProcessEnvironment(env)
159159

160-
if sys.executable.endswith('python.exe'):
161-
process.setWorkingDirectory(os.path.dirname(file))
160+
# if sys.executable.endswith('python.exe'):
161+
process.setWorkingDirectory(os.path.dirname(file))
162162
process.start(sys.executable, [file])
163163

164164
def _runJs(self, code):

0 commit comments

Comments
 (0)