Skip to content

Commit

Permalink
fix paths with parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotaken committed Jan 15, 2023
1 parent f3167b1 commit db9b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit db9b116

Please sign in to comment.