Skip to content

Commit dcd2389

Browse files
committed
Add missing sections
1 parent 5f8ee4b commit dcd2389

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/check_deps.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,16 @@ IF /I "%~1" NEQ "/y" (
6363
echo Do you still want to build PyTorch for Python 2.7 on Windows anyway? (Y/N^)
6464
set INPUT=
6565
set /P INPUT=Type input: %=%
66-
If /I "!INPUT!"=="y" goto yes
66+
If /I "!INPUT!"=="y" goto yes
6767
If /I "!INPUT!"=="n" goto no
6868
goto reask
6969
)
7070
setlocal DisableDelayedExpansion
7171

72+
:no
73+
exit /b 1
74+
75+
:yes
7276
set FORCE_PY27_BUILD=1
7377

7478
:after_py27

0 commit comments

Comments
 (0)