8000
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.
1 parent 2840ed6 commit c0a027cCopy full SHA for c0a027c
make.py
@@ -1328,6 +1328,8 @@ def _create_batch_scripts_initial(self):
1328
set WINPYWORKDIR=%~dp0..\Notebooks
1329
1330
set WINPYWORKDIR1=%~dp1
1331
+if "%WINPYWORKDIR1:~-1%"=="\" set WINPYWORKDIR1=%WINPYWORKDIR1:~0,-1%
1332
+ 752B
1333
if "%WINPYWORKDIR1%"=="" (
1334
if not "%CD%\"=="%~dp0" set WINPYWORKDIR1=%CD%
1335
)
@@ -1648,6 +1650,7 @@ def _create_batch_scripts(self):
1648
1650
"%WINPYDIR%\scripts\spyder3.exe" %* -w "%WINPYWORKDIR1%"
1649
1651
) else (
1652
"%WINPYDIR%\scripts\spyder.exe" %* -w "%WINPYWORKDIR1%"
1653
+)
1654
""",
1655
1656
0 commit comments