Salome HOME
spns #40779: sat package bug fix
[tools/sat.git] / 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":