Skip to content

Commit e84c0c6

Browse files
committed
Allow continue
1 parent 1f5d246 commit e84c0c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

auto.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
IF NOT exist "setup.py" (
3+
IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
44
call internal\clone.bat
55
IF ERRORLEVEL 1 goto eof
66
)

cpu.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
IF NOT exist "setup.py" (
3+
IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
44
call internal\clone.bat
55
IF ERRORLEVEL 1 goto eof
66
)

cuda8.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
IF NOT exist "setup.py" (
3+
IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
44
call internal\clone.bat
55
IF ERRORLEVEL 1 goto eof
66
)

cuda9.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
IF NOT exist "setup.py" (
3+
IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
44
call internal\clone.bat
55
IF ERRORLEVEL 1 goto eof
66
)

0 commit comments

Comments
 (0)