!651 黄蓝区闭源子系统适配门禁报错

Merge pull request !651 from lwx1153805/lsn_buildlite_0117
This commit is contained in:
openharmony_ci
2023-01-17 07:51:34 +00:00
committed by Gitee
+1 -6
View File
@@ -58,12 +58,7 @@ class Config(metaclass=Singleton):
None)
self._subsystem_config_json = config_content.get(
'subsystem_config_json', None)
subsystem_config_overlay_path = os.path.join(self._root_path,
'build/subsystem_config_overlay.json')
if os.path.isfile(subsystem_config_overlay_path):
self._subsystem_config_overlay_json = 'build/subsystem_config_overlay.json'
else:
self._subsystem_config_overlay_json = ''
self._subsystem_config_overlay_json = 'build/subsystem_config_overlay.json'
self.fs_attr = set()
self.platform = platform.system()