Salome HOME
remove from config products with not-in_package property sprint_181207
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 4 Jan 2019 15:36:47 +0000 (16:36 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 4 Jan 2019 15:36:47 +0000 (16:36 +0100)
commands/package.py

index 199a73835fdba010ff45955bfa3d7ba852a6926d..b743835a9d046d776492f4e65ac03c69d0dd8471 100644 (file)
@@ -1340,6 +1340,8 @@ Please add it in file:
         update_config(runner.cfg, prop, value)
         logger.warning("without_properties selected products:\n %s\n" % PP.pformat(sorted(app.products.keys())))
 
+    # Remove from config the products that have the not_in_package property
+    update_config(runner.cfg, "not_in_package", "yes")
     
     # get the name of the archive or build it
     if options.name: