From 5f17506e71b35d002259b207d73e0180fb47f8ad Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 15 Aug 2021 15:53:03 +0200 Subject: [PATCH] Fix warnings --- scripts/ynh_install_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 9abf71e..5214393 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -188,7 +188,7 @@ ynh_install_python () { # Install the requested version of Python local final_python_version=$(pyenv latest --print $python_version) ynh_print_info --message="Installation of Python-$python_version" - pyenv install --skip-existing $final_python_version > /dev/null 2>&1 + ynh_exec_warn_less pyenv install --skip-existing $final_python_version > /dev/null 2>&1 # Store python_version into the config of this app ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=python_version --value=$python_version