diff --git a/tools/msvs/find_python.cmd b/tools/msvs/find_python.cmd index 74faec76575e08..332e1ef0ec6648 100644 --- a/tools/msvs/find_python.cmd +++ b/tools/msvs/find_python.cmd @@ -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