Skip to content

Commit

Permalink
Update src/psygnal/_evented_model_v1.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Sweet <[email protected]>
  • Loading branch information
tlambert03 and andy-sweet authored Sep 18, 2023
1 parent c4a5ba6 commit 267a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psygnal/_evented_model_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def __setattr__(self, name: str, value: Any) -> None:

# grab current value
before = getattr(self, name, object())
# if we have any dependent properties, we need to grab their values
# if we have any dependent attributes, we need to grab their values
# before we set the new value, so that we can emit events for them
# after the new value is set (only if they have changed).
deps_before: Dict[str, Any] = {
Expand Down

0 comments on commit 267a1ae

Please sign in to comment.