Merge pull request #6785 from mezotaken/master

Escape special symbols in paths
This commit is contained in:
AUTOMATIC1111 2023-01-15 23:39:58 +03:00 committed by GitHub
commit 300d4a80df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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