Skip to content

Make #3351 acceptable only for sync version (async version has self-owned if not config.suppress_callback_exceptions ... block) #3359

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Erraen
Copy link
Contributor

@Erraen Erraen commented Jul 1, 2025

Fix #3358

…self-owned if not config.suppress_callback_exceptions ... block)
@gvwilson gvwilson added P1 needed for current cycle fix fixes something broken community community contribution labels Jul 2, 2025
@gvwilson
Copy link
Contributor

gvwilson commented Jul 2, 2025

@T4rk1n please have a look

]
+ layout
)
if _ID_CONTENT not in self.validation_layout:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one need to be indented one more level too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you mean another additional indented for checking "if _ID_CONTENT ... " - then as far as I understand, no. Here, only the self.validation_layout property is redefined if necessary. It can also be set in the layout() method/property, and the checking should occur in both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community contribution fix fixes something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] #3351 is too global
3 participants