Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbbf3d2

Browse files
authored
Merge pull request #385 from stonebig/master
python.bat shall not change directory
2 parents 48533fb + a326579 commit fbbf3d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

make.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@ def _create_batch_scripts(self):
867867

868868
self.create_batch_script('python.bat',r"""@echo off
869869
call "%~dp0env_for_icons.bat"
870-
cd/D "%WINPYWORKDIR%"
871870
rem backward compatibility for python command-line users
872871
"%WINPYDIR%\python.exe" %*
873872
""")

0 commit comments

Comments
 (0)