]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
fix upgrade: add space between product name and --install for the clean operation
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:24:06 +0000 (15:24 +0100)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:24:06 +0000 (15:24 +0100)
commands/upgrade.py

index fff5a72256abb03092bcae80523f9600a98e8bf0..b6233e8661cd1987016ea4863c618e5c50e68b00 100644 (file)
@@ -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,