Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup!
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
himself65 and Trott committed Nov 19, 2021
commit 0b5251c46d5aaef64e87b94f5b945f45c67b2059
2 changes: 1 addition & 1 deletion tools/msvs/find_python.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exit /b 0
%~1 -V
:: 9009 means error file not found
if %errorlevel% equ 9009 (
echo Not a executable Python program
echo Not an executable Python program
exit /b 1
)
exit /b 0
Expand Down