Bug fix, read diagnostics key in interface/zone_controller too
Introduced in a280614c1f3323b1ba4510afa0815e2ef7c3f55c Change-Id: Iea2376e95aba1838762c03c13b09aafda278bd23
This commit is contained in:
parent
a280614c1f
commit
73eca42a6a
@ -142,7 +142,7 @@ class ZCAL(BaseApplication):
|
|||||||
|
|
||||||
raw = self.read_translation_files(definition)
|
raw = self.read_translation_files(definition)
|
||||||
self.composition_spec = {
|
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 = {}
|
ports_info = {}
|
||||||
for port_name, port in raw.get("ports", {}).items():
|
for port_name, port in raw.get("ports", {}).items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user