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

Adding kwarg parameter to ipmock #1218

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Adding kwarg parameter to ipmock #1218

merged 1 commit into from
Nov 14, 2024

Conversation

Gollam
Copy link
Contributor

@Gollam Gollam commented Nov 8, 2024

Pylint is reporting a false positive unexpected-keyword-arg. At first I thought it was a pylint bug, so I reported it: pylint-dev/pylint#9922. But as it turned out, the bug is in the ipmock module inside pyroute2. Some functions lack a **kwarg parameter, so it needs to be added there, that's why I created this PR.

@svinota svinota merged commit 78cfe83 into svinota:master Nov 14, 2024
18 checks passed
@svinota
Copy link
Owner

svinota commented Nov 14, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants