Descriptor: modify the Incorrect initialization path

issue:https://gitee.com/openharmony/build_lite/issues/I6CN24?from=project-issue

Signed-off-by: lwx1153805 <longshining2@huawei.com>
This commit is contained in:
lwx1153805
2023-02-03 10:32:37 +08:00
parent fa10767681
commit 1d2e75ef25
+1 -1
View File
@@ -58,7 +58,7 @@ class Config(metaclass=Singleton):
None)
self._subsystem_config_json = config_content.get(
'subsystem_config_json', None)
self._subsystem_config_overlay_json = self._product_path + '/subsystem_config_overlay.json'
self._subsystem_config_overlay_json = ''
self.fs_attr = set()
self.platform = platform.system()