[Pki-devel] Fix for pylint issue

Endi Sukma Dewata edewata at redhat.com
Wed May 27 01:23:27 UTC 2015


On 5/26/2015 8:12 PM, Matthew Harmsen wrote:
> Please review the attached patch which addresses the following ticket:
>
>   * PKI TRAC Ticket #1388 - pylint unidiomatic-typecheck warnings cause
>     koji builds to fail <https://fedorahosted.org/pki/ticket/1388>

As discussed over IRC, the isinstance() probably should be used as follows:

for t in NOTYPES.itervalues:
     if isinstance(obj, t):
         return ...

if isinstance(hosts, dict):

if isinstance(subsystems, dict):

-- 
Endi S. Dewata




More information about the Pki-devel mailing list