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

Skip to content

Commit 0283814

Browse files
committed
Merge pull request #288 from stonebig/master
shimmy compatibility fix
2 parents 0e08d16 + 769bf80 commit 0283814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def _create_batch_scripts_initial(self):
602602
self.create_batch_script('env_for_icons.bat', r"""@echo off
603603
call %~dp0env.bat
604604
set WINPYWORKDIR=%~dp0..\Notebooks
605-
FOR /F "delims=" %%i IN ('cscript /nologo WinpythonIni.vbs') DO set winpythontoexec=%%i
605+
FOR /F "delims=" %%i IN ('cscript /nologo "%~dp0WinpythonIni.vbs"') DO set winpythontoexec=%%i
606606
%winpythontoexec%set winpythontoexec=
607607
608608
rem ******************

0 commit comments

Comments
 (0)