From: crouzet Date: Fri, 4 May 2018 14:53:03 +0000 (+0200) Subject: correction bug sat application [27-04-2018-a] X-Git-Tag: 5.1.0~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d96463e1afa1bcb8609d71d1871b4cf4ebddeecd;p=tools%2Fsat.git correction bug sat application [27-04-2018-a] --- diff --git a/commands/application.py b/commands/application.py index 46cf96c..b5f1ac9 100644 --- a/commands/application.py +++ b/commands/application.py @@ -92,6 +92,13 @@ def create_config_file(config, modules, env_file, logger): flagline = False for m in modules: mm = src.product.get_product_config(config, m) + # do not include in virtual application application module! + if src.get_property_in_product_cfg(mm, "is_salome_application") == "yes": + continue + # do not include products that do not compile + if not src.product.product_compiles(mm): + continue + #obsolete? if src.product.product_is_smesh_plugin(mm): continue