Pylint is returning lots of false positives for the subprocess module:
E1101:184,7:resetboard: Instance of 'Popen' has no 'poll' member
E1101:188,4:resetboard: Instance of 'Popen' has no 'terminate' member
# etc.
How can I fix this?
This bug has been identified in the logilab-astng
package:
http://www.logilab.org/ticket/46273
They have created a new side project called pylint-brain
which will be a set of plugins and get included in logilab-astng
. In the meantime, you can clone or download the latest code from here: https://bitbucket.org/logilab/pylint-brain/overview
The instructions are on the above site, but the basic approach is:
pylint-brain
subprocess.Popen
issue is fixedIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With