-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes hash_function and error handler missing call for multi #2922
Conversation
@marthacryan can you please review? |
When I try to follow the link for #1885, it gives me a "Page not found" error. Is that because of permissions? Was it deleted? |
that is strange - @T4rk1n any ideas? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@T4rk1n , could you apply the try-except logic from https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L110 to https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L58 as well? In the current situation, long callbacks still fail for packed applications (eg. Pyinstaller). Fixing this would close Nuitka/Nuitka#2988 as well. Edit: opened PR #3072 for this |
NoUpdate()
for multi output callbacks error handler.