From d26239529b1f824a7df4b4e5c2fa889569a7c438 Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 28 Jan 2022 14:10:23 +0100 Subject: [PATCH] sat #28781 : patch to treat hpc global option like the others --- src/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2