Descriptor: Get the product_path error

issue:https://gitee.com/openharmony/build/issues/I6EBZA?from=project-issue

Signed-off-by: lwx1153805 <longshining2@huawei.com>
This commit is contained in:
lwx1153805
2023-02-10 18:30:31 +08:00
parent af8dd1b6fc
commit 41b121f850
+1 -1
View File
@@ -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,