From 2a37842fde62715421e07793706b2563ad4dcf94 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 13 Sep 2016 14:48:19 +0200 Subject: [PATCH] bug fix for python script compilation --- commands/compile.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2