dd119f8 py3: ipa_generate_password: do not compare None and Int

1 file Authored by mbasti 7 years ago, Committed by jcholast 7 years ago,
    py3: ipa_generate_password: do not compare None and Int
    
    The one cannot compare None and Int in Py3
    """
    unorderable types: NoneType() > int()
    """
    
    Continue when class is disabled with None value
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+2 -0