From 8de5a5ae297fc7344d0ef36cd097dd4a49370c5b Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Tue, 18 Jun 2024 14:36:48 +0200 Subject: [PATCH] draft fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 147181b..7348faf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -752,7 +752,7 @@ flohmarkt_ynh_create_venv() { flohmarkt_ynh_venv_upgrade() { ynh_print_warn --message="flohmarkt_ynh_venv_upgrade: I'll sit here and do nothing without @grindholds confirmation" - true + return ( $flohmarkt_venv_dir/bin/python3 -m venv --upgrade-deps )