]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
spns #40779: sat package bug fix
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Mar 2024 09:58:54 +0000 (10:58 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Mar 2024 09:58:54 +0000 (10:58 +0100)
commands/package.py

index 7ae351dd2ff8d345c9d9f1d1de7361e1ac7e8885..9ee70334c1396134273bbc7c48dacfd04163469e 100644 (file)
@@ -998,7 +998,7 @@ def get_archives(config, logger):
             continue
 
         # skip product if github and product is not opensource
-        if config.APPLICATION.properties.github == "yes" and src.get_property_in_product_cfg(prod_info, "is_opensource") == "no":
+        if config.APPLICATION.properties.github == "yes" and src.get_property_in_product_cfg(p_info, "is_opensource") == "no":
             continue
 
         if p_info.get_source == "archive":