Skip to content

Commit 7284077

Browse files
committed
Also make truncate db script use uv python properly
1 parent a91138f commit 7284077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/truncate_database.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF %errorlevel% neq 0 (
1111
goto ERROR
1212
)
1313

14-
call "%LATEST_PYTHON%" "%~dp0IBEX_upgrade.py" --release_dir "%SOURCE%" --release_suffix "%SUFFIX%" --confirm_step truncate_database
14+
call python -u "%~dp0IBEX_upgrade.py" --release_dir "%SOURCE%" --release_suffix "%SUFFIX%" --confirm_step truncate_database
1515
IF %errorlevel% neq 0 goto ERROR
1616
call rmdir /s /q %UV_TEMP_VENV%
1717

0 commit comments

Comments
 (0)