Skip to content

Fix skipping warning for none return setters #72

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 3 commits into
base: 2.x
Choose a base branch
from

Conversation

toropok
Copy link

@toropok toropok commented Jul 4, 2025

Description of the issue/feature this PR addresses

address the issue #71

Current behavior before PR

Most base field setters do not return any value. This leads to the "field skipped" message being logged, even though the setter was executed properly and the new value was set to the field.

Desired behavior after PR is merged

no warnings for None return setters

--
I confirm I have tested the PR thoroughly and coded it according to PEP8
standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant