Skip to content

Commit e998b11

Browse files
committed
Human review
1 parent 04ed539 commit e998b11

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

paradox/paradox.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,6 @@ def _apply_prt3_event_change(self, evt):
847847
for pid in self.storage.get_container("partition").keys():
848848
self.storage.update_container_object("partition", pid, evt.change)
849849
else:
850-
# MemoryStorage.update_container_object auto-creates the element if
851-
# missing — do not guard with get_container_object, or fire-alarm
852-
# events for unlabeled zones beyond PRT3_MAX_ZONES are dropped.
853850
self.storage.update_container_object(evt.type, evt.id, evt.change)
854851

855852
async def disconnect(self):

0 commit comments

Comments
 (0)