mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-28 18:21:42 +00:00
Start: Fix batch file condition
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -21,5 +21,5 @@ for %%A in (%*) do (
|
|||||||
|
|
||||||
call "%VENV_DIR%\Scripts\activate.bat"
|
call "%VENV_DIR%\Scripts\activate.bat"
|
||||||
call pip -V
|
call pip -V
|
||||||
if defined IGNORE_UPGRADE call pip install --upgrade -r %REQUIREMENTS_FILE%
|
if not defined IGNORE_UPGRADE call pip install --upgrade -r %REQUIREMENTS_FILE%
|
||||||
call python main.py
|
call python main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user