From: crouzet Date: Fri, 28 Jan 2022 13:10:23 +0000 (+0100) Subject: sat #28781 : patch to treat hpc global option like the others X-Git-Tag: V9_9_0~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d26239529b1f824a7df4b4e5c2fa889569a7c438;p=tools%2Fsat.git sat #28781 : patch to treat hpc global option like the others --- diff --git a/src/product.py b/src/product.py index 4c72a43..90879ea 100644 --- a/src/product.py +++ b/src/product.py @@ -149,7 +149,7 @@ def get_product_config(config, product_name, with_install_dir=True): # Get the hpc if any if 'hpc' in dic_version: - hpc = dic_version.hpc + hpc = dic_version['hpc'] elif 'hpc' in config.APPLICATION: hpc = config.APPLICATION.hpc