Salome HOME
#20601 : correctif pour le cas où le nom du pyconf diffère du nom du produit
[tools/sat.git] / commands / script.py
index 7345977be0c0c23ec96f683c2e20a4fd1466a4af..0ca14348b6cdba3ee9c0f77e6f551a2a43ca9b19 100644 (file)
@@ -106,7 +106,7 @@ def run_script_of_product(p_name_info, nb_proc, config, logger):
 
     # Instantiate the class that manages all the construction commands
     # like cmake, make, make install, make test, environment management, etc...
-    builder = src.compilation.Builder(config, logger, p_info)
+    builder = src.compilation.Builder(config, logger, p_name, p_info)
     
     # Prepare the environment
     log_step(logger, header, "PREPARE ENV")