Skip to content

Commit

Permalink
Fix property assignments (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Jun 13, 2018
1 parent d74180a commit 60060dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xentica/core/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def __setattr__(self, attr, val):
obj.__set__(self, val)
self.declare_once()
self._bsca.deferred_write(self)
self._bsca.unpack(self)
else:
object.__setattr__(self, attr, val)

Expand Down

0 comments on commit 60060dc

Please sign in to comment.