| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7681e60 commit f9994e2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,7 @@ exit /b 1 | |||
| 46 | 46 | ||
| 47 | 47 | :found-python | |
| 48 | 48 | echo Python found in %p%\python.exe | |
| 49 | - call :check-python %p%\python.exe | ||
| 49 | + call :check-python "%p%\python.exe" | ||
| 50 | 50 | if errorlevel 1 goto :no-python | |
| 51 | 51 | endlocal ^ | |
| 52 | 52 | & set "pt=%p%" ^ | |
@@ -57,7 +57,7 @@ set "need_path_ext=" | |||
| 57 | 57 | exit /b 0 | |
| 58 | 58 | ||
| 59 | 59 | :check-python | |
| 60 | - %~1 -V | ||
| 60 | + %1 -V | ||
| 61 | 61 | :: 9009 means error file not found | |
| 62 | 62 | if %errorlevel% equ 9009 ( | |
| 63 | 63 | echo Not an executable Python program | |
| Back | FazBrowse Home | New Git URL |
0 commit comments