1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

draft fix

This commit is contained in:
Chris Vogel 2024-06-18 14:36:48 +02:00
parent 9185ed91ec
commit 8de5a5ae29

View file

@ -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
)