From: Serge Rehbinder Date: Tue, 13 Sep 2016 12:48:19 +0000 (+0200) Subject: bug fix for python script compilation X-Git-Tag: 5.0.0a1~135 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a37842fde62715421e07793706b2563ad4dcf94;p=tools%2Fsat.git bug fix for python script compilation --- diff --git a/commands/compile.py b/commands/compile.py index ed78088..6124d4e 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -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)