Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update run.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiromiyaG authored Sep 7, 2024
1 parent 9c38b8b commit 429589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if not exist env (
call "%CONDA_ROOT_PREFIX%\Scripts\activate.bat" "%INSTALL_ENV_DIR%"
if errorlevel 1 goto :error

python main.py
python main.py --open
if errorlevel 1 goto :error

goto :eof
Expand Down

0 comments on commit 429589b

Please sign in to comment.