#3379 Fix errors produced by the new pylint-0.26.0-1
Closed: Fixed None Opened 11 years ago by mkosek.

New pylint-0.26.0-1 in Fedora 18 produces several new errors in our build process:

./make-lint 
ipaserver/install/certs.py:358: [E1101, CertDB.list_certs] Instance of 'Popen' has no 'stdout' member
ipaserver/install/certs.py:411: [E1101, CertDB.create_ca_cert] Instance of 'Popen' has no 'stdin' member
ipaserver/install/certs.py:417: [E1101, CertDB.create_ca_cert] Instance of 'Popen' has no 'stdin' member
ipaserver/install/certs.py:418: [E1101, CertDB.create_ca_cert] Instance of 'Popen' has no 'stdin' member
ipaserver/install/certs.py:419: [E1101, CertDB.create_ca_cert] Instance of 'Popen' has no 'wait' member
ipaserver/install/certs.py:642: [E1101, CertDB.issue_server_cert] Instance of 'Popen' has no 'stdin' member
ipaserver/install/certs.py:643: [E1101, CertDB.issue_server_cert] Instance of 'Popen' has no 'wait' member
ipaserver/install/certs.py:730: [E1101, CertDB.issue_signing_cert] Instance of 'Popen' has no 'stdin' member
ipaserver/install/certs.py:731: [E1101, CertDB.issue_signing_cert] Instance of 'Popen' has no 'wait' member
ipaserver/install/certs.py:827: [E1101, CertDB.find_root_cert] Instance of 'Popen' has no 'stdout' member
ipaserver/install/certs.py:905: [E1101, CertDB.find_server_certs] Instance of 'Popen' has no 'stdout' member
ipaserver/install/cainstance.py:945: [E1101, CAInstance.__issue_ra_cert] Instance of 'Popen' has no 'stdout' member
ipaserver/plugins/selfsign.py:175: [E1101, ra.request_certificate] Instance of 'Popen' has no 'stdin' member
ipaserver/plugins/selfsign.py:176: [E1101, ra.request_certificate] Instance of 'Popen' has no 'stdin' member
ipaserver/plugins/selfsign.py:177: [E1101, ra.request_certificate] Instance of 'Popen' has no 'stdin' member
ipaserver/plugins/selfsign.py:179: [E1101, ra.request_certificate] Instance of 'Popen' has no 'returncode' member
ipapython/ipautil.py:312: [E1101, run] Instance of 'Popen' has no 'returncode' member
ipapython/ipautil.py:322: [E1101, run] Instance of 'Popen' has no 'returncode' member
ipapython/ipautil.py:323: [E1101, run] Instance of 'Popen' has no 'returncode' member
ipapython/ipautil.py:325: [E1101, run] Instance of 'Popen' has no 'returncode' member

Metadata Update from @mkosek:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 3.2 - 2013/01

7 years ago

Login to comment on this ticket.

Metadata