]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
bug fix for python script compilation
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 13 Sep 2016 12:48:19 +0000 (14:48 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 13 Sep 2016 12:48:19 +0000 (14:48 +0200)
commands/compile.py

index ed78088dda08898af30be4710ace4b88e62f0971..6124d4ef23687be1bf7fdce8032de548354557b4 100644 (file)
@@ -345,6 +345,8 @@ def compile_all_products(sat, config, options, products_infos, logger):
         
         if res_prod != 0:
             # Clean the install directory if there is any
+            logger.write(_("Cleaning the install directory if there is any\n"),
+                         5)
             sat.clean(config.VARS.application + 
                       " --products " + p_name + 
                       " --install", batch=True, verbose=0)