fix paths with parentheses
This commit is contained in:
parent
f3167b10ce
commit
db9b116179
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
|
||||
if not defined PYTHON (set PYTHON=python)
|
||||
if not defined VENV_DIR (set VENV_DIR=%~dp0%venv)
|
||||
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")
|
||||
|
||||
set ERROR_REPORTING=FALSE
|
||||
|
||||
|
|
Loading…
Reference in a new issue