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

[pylint checker] Investigate add_message failure with newer versions of pylint/astroid #10453

Closed
kristapratico opened this issue Mar 23, 2020 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library.

Comments

@kristapratico
Copy link
Member

with pylint == 2.4.3 and astroid == 2.3.2 this error was seen coming from the pylint checkers:

TypeError: add_message() got an unexpected keyword argument 'msg_id'

A quick check of the pylint src code does not show a change for add_message(). Investigate why this fails with newer versions and not for pylint version ==2.31 and astroid version == 2.25

@kristapratico kristapratico self-assigned this Mar 23, 2020
@kaerm kaerm added the Client This issue points to a problem in the data-plane of the library. label Mar 23, 2020
@kristapratico
Copy link
Member Author

Should be fixed in #11586

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

2 participants