Commit bf9ac444 authored by Martin Elend's avatar Martin Elend Committed by oroulet

Don't reset attribute_value_callback on write

parent ec112a80
...@@ -794,7 +794,7 @@ class AddressSpace: ...@@ -794,7 +794,7 @@ class AddressSpace:
attval.value_setter(node, attr, value) attval.value_setter(node, attr, value)
else: else:
attval.value = value attval.value = value
attval.value_callback = None attval.value_callback = None
for k, v in attval.datachange_callbacks.items(): for k, v in attval.datachange_callbacks.items():
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment