Closed mcharlou closed 3 years ago
Looks like I was missing a guard in that method
I've released a fix for this in 0.18.2. I'd like to figure out a regression test for this as well
That was fast! Thanks a lot!!
Just for confirmation: I don't have this bug anymore.
Hello,
I'm running into the same error every time I try to use
pylint
with thepylint-protobuf
plugin (pylint --load-plugins pylint_protobuf file.py
):Unfortunately I cannot disclose the original Python files where I get the error, but this seems to occur on every file I try.
I'm running
pylint
in a Docker container (based on thepython:3.8-slim-buster
image). Pylint runs fine by itself on the same files (except it doesn't like protobuf, which is why I need pylint-protobuf). Bothpylint
andpylint-protobuf
were installed usingpip
.