File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1013,9 +1013,12 @@ def _create_batch_scripts_initial(self):
10131013if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
10141014set FINDDIR=%WINDIR%\system32
10151015echo ";%PATH%;" | %FINDDIR%\find.exe /C /I ";%WINPYDIR%\;" >nul
1016- if %ERRORLEVEL% NEQ 0 set PATH="""
1016+ if %ERRORLEVEL% NEQ 0 (
1017+ set "PATH="""
10171018 + path
1018- + r"""
1019+ + r""""
1020+ cd .
1021+ )
10191022
10201023rem force default pyqt5 kit for Spyder if PyQt5 module is there
10211024if exist "%WINPYDIR%\Lib\site-packages\PyQt5\__init__.py" set QT_API=pyqt5
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '2.3.20200215 '
31+ __version__ = '2.3.20200307 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments