From 275897fcd42c1ec8ddb9747a502c3f16c21a2d55 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 27 Jun 2025 14:05:32 +0530 Subject: [PATCH] Fix a install warning check - this field isn't saved anymore --- scripts/on_env_start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/on_env_start.bat b/scripts/on_env_start.bat index 1d3d8aa2..1a0b577c 100644 --- a/scripts/on_env_start.bat +++ b/scripts/on_env_start.bat @@ -26,7 +26,7 @@ if "%update_branch%"=="" ( set update_branch=main ) -@>nul findstr /m "conda_sd_ui_deps_installed" scripts\install_status.txt +@>nul findstr /m "sd_install_complete" scripts\install_status.txt @if "%ERRORLEVEL%" NEQ "0" ( for /f "tokens=*" %%a in ('python -c "import os; parts = os.getcwd().split(os.path.sep); print(len(parts))"') do if "%%a" NEQ "2" ( echo. & echo "!!!! WARNING !!!!" & echo.