Merge pull request #6785 from mezotaken/master

Escape special symbols in paths
master
AUTOMATIC1111 3 years ago committed by GitHub
commit 300d4a80df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save