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 33f6d74 commit d367a6eCopy full SHA for d367a6e
dash/_callback.py
@@ -500,7 +500,7 @@ def add_context(*args, **kwargs):
500
else:
501
if output_value is not None:
502
raise InvalidCallbackReturnValue(
503
- f"No output callback received return value: {output_value}"
+ f"No-output callback received return value: {output_value}"
504
)
505
output_value = []
506
flat_output_values = []
0 commit comments