mirror of
https://github.com/openharmony/build_lite.git
synced 2026-07-19 16:43:30 -04:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user