Skip to content

Commit 0b5251c

Browse files
himself65Trott
andcommitted
fixup!
Co-authored-by: Rich Trott <[email protected]>
1 parent f88ee43 commit 0b5251c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/find_python.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ exit /b 0
6161
%~1 -V
6262
:: 9009 means error file not found
6363
if %errorlevel% equ 9009 (
64-
echo Not a executable Python program
64+
echo Not an executable Python program
6565
exit /b 1
6666
)
6767
exit /b 0

0 commit comments

Comments
 (0)