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 0a19ac5 commit 40130bdCopy full SHA for 40130bd
dash/_callback.py
@@ -475,6 +475,8 @@ def add_context(*args, **kwargs):
475
else:
476
try:
477
output_value = _invoke_callback(func, *func_args, **func_kwargs)
478
+ except PreventUpdate as err:
479
+ raise err
480
except Exception as err: # pylint: disable=broad-exception-caught
481
if on_error:
482
output_value = on_error(err)
0 commit comments