Merge pull request #6785 from mezotaken/master
Escape special symbols in paths
This commit is contained in:
commit
300d4a80df
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