[Freeipa-devel] [PATCHSET] Replica promotion patches

Jan Cholasta jcholast at redhat.com
Wed Sep 23 05:21:37 UTC 2015


On 22.9.2015 17:23, Simo Sorce wrote:
> On Tue, 2015-09-22 at 10:45 +0200, Jan Cholasta wrote:
>> 4) pylint fails with:
>>
>> daemons/ipa-custodia/ipakeys/kem.py:156: [E1002(super-on-old-class),
>> IPAKEMKeys.__init__] Use of super on an old style class)
>> daemons/ipa-custodia/ipakeys/kem.py:178: [E1101(no-member),
>> IPAKEMKeys.generate_server_keys] Instance of 'IPAKEMKeys' has no
>> 'config' member)
>> daemons/ipa-custodia/ipakeys/kem.py:187: [E1101(no-member),
>> IPAKEMKeys.server_keys] Instance of 'IPAKEMKeys' has no 'config'
>> member)
>
> I do not know why pylint gives you these errors.
> The top level class for IPAKEMKeys is is ultimatile the custodia class
> called HTTPAuthorizer which is defined as a new-style class (derives
> from object), that class also unconditionally inits config.
> Maybe you ran pylint w/o custodia installed ?

Yes, that was it. Sorry.

-- 
Jan Cholasta




More information about the Freeipa-devel mailing list