Bug fix, read diagnostics key in interface/zone_controller too
Introduced in a280614c1f
Change-Id: Iea2376e95aba1838762c03c13b09aafda278bd23
This commit is contained in:
@@ -142,7 +142,7 @@ class ZCAL(BaseApplication):
|
||||
|
||||
raw = self.read_translation_files(definition)
|
||||
self.composition_spec = {
|
||||
key: raw[key] for key in ("port_interfaces", "data_types", "calls", "Diagnostics") if key in raw
|
||||
key: raw[key] for key in ("port_interfaces", "data_types", "calls", "diagnostics") if key in raw
|
||||
}
|
||||
ports_info = {}
|
||||
for port_name, port in raw.get("ports", {}).items():
|
||||
|
Reference in New Issue
Block a user