From 53ce56cad0b5818926e798ac9f34ca9327ef918f Mon Sep 17 00:00:00 2001 From: lwx1153805 Date: Fri, 10 Feb 2023 18:30:31 +0800 Subject: [PATCH] Descriptor: Get the product_path error issue:https://gitee.com/openharmony/build/issues/I6EBZA?from=project-issue Signed-off-by: lwx1153805 --- hb_internal/common/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb_internal/common/product.py b/hb_internal/common/product.py index f703999..876479c 100755 --- a/hb_internal/common/product.py +++ b/hb_internal/common/product.py @@ -51,7 +51,7 @@ class Product(): else: product_path = p_config_path if product_name is not None: - subsystem_config_overlay_path = config.product_path + '/subsystem_config_overlay.json' + subsystem_config_overlay_path = product_path + '/subsystem_config_overlay.json' if os.path.isfile(subsystem_config_overlay_path): yield { 'company': company, -- Gitee