From: Serge Rehbinder Date: Tue, 13 Sep 2016 09:22:58 +0000 (+0200) Subject: fix print problem in compile command X-Git-Tag: 5.0.0a1~140 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc1570891817bb8f0687b8a58f9df14aeff086cb;p=tools%2Fsat.git fix print problem in compile command --- diff --git a/commands/compile.py b/commands/compile.py index 3543d38..ed78088 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -326,6 +326,7 @@ def compile_all_products(sat, config, options, products_infos, logger): # Check if the dependencies are installed l_depends_not_installed = check_dependencies(config, p_name_info) if len(l_depends_not_installed) > 0: + log_step(logger, header, "") logger.write(src.printcolors.printcError( _("ERROR : the following product(s) is(are) mandatory: "))) for prod_name in l_depends_not_installed: