From c5fc2716036afda8528907e592a3ef9680391209 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Wed, 6 Dec 2023 15:24:06 +0100 Subject: [PATCH] fix upgrade: add space between product name and --install for the clean operation --- commands/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/upgrade.py b/commands/upgrade.py index fff5a72..b6233e8 100644 --- a/commands/upgrade.py +++ b/commands/upgrade.py @@ -270,7 +270,7 @@ def upgrade_all_products( if do_update: updated_products.append(p_name) sat.clean( - config.VARS.application + " --products " + p_name + "--install", + config.VARS.application + " --products " + p_name + " --install", batch=True, verbose=0, logger_add_link=logger, -- 2.39.2