From: SONOLET Aymeric Date: Wed, 6 Dec 2023 14:24:06 +0000 (+0100) Subject: fix upgrade: add space between product name and --install for the clean operation X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5fc2716036afda8528907e592a3ef9680391209;p=tools%2Fsat.git fix upgrade: add space between product name and --install for the clean operation --- 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,