mirror of
https://gitee.com/openharmony/developtools_integration_verification
synced 2025-02-17 06:19:29 +00:00
commit
33ccc2748b
@ -115,13 +115,6 @@ class RomAnalyzer:
|
||||
|
||||
@classmethod
|
||||
def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict]):
|
||||
"""
|
||||
subsystem_name:{
|
||||
component_name: {
|
||||
file_name: file_size
|
||||
}
|
||||
}
|
||||
"""
|
||||
component_name = NOTFOUND if unit.get(
|
||||
"component_name") is None else unit.get("component_name")
|
||||
subsystem_name = NOTFOUND if unit.get(
|
||||
|
Loading…
x
Reference in New Issue
Block a user