Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
himself65 and Trott committed Nov 19, 2021
1 parent f88ee43 commit 0b5251c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0b5251c

Please sign in to comment.