db: refs #8140 Fix apply SQL, dir structure changes, parallel backups #68

Merged
juan merged 12 commits from 8140-applyFixesRefactor into main 2025-02-14 08:51:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 207b12ad5c - Show all commits

View File

@ -14,7 +14,7 @@ fi
if [[ -z "$VIRTUAL_ENV" && -d "$PY_VENV_DIR" ]]; then
WARNING="\e[33m"
RESET="\e[0m"
echo -e "Warning: ${WARNING}Python virtual environment not enabled! Some tasks might fail.${RESET}"
echo -e "Warning: ${WARNING}Python virtual environment not activated! Some tasks might fail.${RESET}"
#export PYTHONPATH=./venv/lib/python3.12/site-packages/
fi