We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8137ed0 commit ed2964eCopy full SHA for ed2964e
src/fastcs/attributes.py
@@ -171,6 +171,7 @@ async def update(self, value: T) -> None:
171
logger.opt(exception=e).error(
172
"On update callback failed", attribute=self, value=value
173
)
174
+ raise
175
176
def add_on_update_callback(self, callback: AttrOnUpdateCallback[T]) -> None:
177
"""Add a callback to be called when the value of the attribute is updated
0 commit comments