Update webui.bat
This commit is contained in:
parent
db4ab47f09
commit
b8a8f749ef
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
if not defined PYTHON (set PYTHON=python)
|
||||
if not defined VENV_DIR (set VENV_DIR=venv)
|
||||
|
||||
set ERROR_REPORTING=FALSE
|
||||
|
||||
mkdir tmp 2>NUL
|
||||
|
||||
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt
|
||||
|
|
Loading…
Reference in a new issue