File tree 1 file changed +2
-10
lines changed 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -1083,11 +1083,7 @@ def _create_batch_scripts(self):
1083
1083
r"""@echo off
1084
1084
call "%~dp0env_for_icons.bat"
1085
1085
rem cd/D "%WINPYWORKDIR%"
1086
- if exist "%WINPYDIR%\scripts\spyder3.exe" (
1087
- "%WINPYDIR%\scripts\spyder3.exe" %* -w "%WINPYWORKDIR1%"
1088
- ) else (
1089
- "%WINPYDIR%\scripts\spyder.exe" %* -w "%WINPYWORKDIR1%"
1090
- )
1086
+ "%WINPYDIR%\scripts\spyder.exe" %* -w "%WINPYWORKDIR1%"
1091
1087
""" ,
1092
1088
)
1093
1089
@@ -1096,11 +1092,7 @@ def _create_batch_scripts(self):
1096
1092
r"""@echo off
1097
1093
call "%~dp0env_for_icons.bat"
1098
1094
cd/D "%WINPYWORKDIR1%"
1099
- if exist "%WINPYDIR%\scripts\spyder3.exe" (
1100
- "%WINPYDIR%\scripts\spyder3.exe" --reset %*
1101
- ) else (
1102
- "%WINPYDIR%\scripts\spyder.exe" --reset %*
1103
- )
1095
+ "%WINPYDIR%\scripts\spyder.exe" --reset %*
1104
1096
""" ,
1105
1097
)
1106
1098
You can’t perform that action at this time.
0 commit comments