Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Nov 24, 2023
1 parent 3ba35d1 commit b9b5af8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/py_matter_idl/matter_idl/matter_idl_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ def parse(self, file: str, file_name: Optional[str] = None):
# ordering.
#
# As a result, for now allow multiple definitions IF AND ONLY IF identical
#
# A zap PR to allow us to not need this is:
# https://github.com/project-chip/zap/pull/1216
clusters: Dict[int, Cluster] = {}
for c in idl.clusters:
if c.code in clusters:
Expand Down

0 comments on commit b9b5af8

Please sign in to comment.