fix paths with parentheses

This commit is contained in:
Vladimir Repin 2023-01-15 23:13:58 +03:00
parent f3167b10ce
commit db9b116179
1 changed files with 1 additions and 1 deletions

View File

@ -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