Skip to content

Commit

Permalink
Merge pull request #2266 from Avaiga/fix/set-default-value-for-_in_co…
Browse files Browse the repository at this point in the history
…ntext_attributes_changed_collector

Fix - Set default value for _in_context_attributes_changed_collector
  • Loading branch information
trgiangdo authored Nov 27, 2024
2 parents f22e739 + 95aa04c commit 7d455d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/core/_entity/_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _Entity:
_ID_PREFIX: str
_MANAGER_NAME: str
_is_in_context = False
_in_context_attributes_changed_collector: List
_in_context_attributes_changed_collector: List = []

def __enter__(self):
self._is_in_context = True
Expand Down

0 comments on commit 7d455d1

Please sign in to comment.