Skip to content
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

Add no-member check #110

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Add no-member check #110

merged 1 commit into from
Apr 17, 2023

Conversation

Ruchip16
Copy link
Member

The no-member check ensures that you are accessing valid attributes and methods for the object's class. This error is mostly raised when we try to access an attribute or method that is not defined for the object's class.

@Ruchip16 Ruchip16 added the bug label Apr 17, 2023
@Ruchip16 Ruchip16 requested review from cidrblock and ssbarnea April 17, 2023 13:02
@ssbarnea ssbarnea merged commit 155c16a into ansible:main Apr 17, 2023
@Ruchip16 Ruchip16 deleted the bugs branch April 17, 2023 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants