adamwill / freeipa

Forked from freeipa 5 years ago
Clone

e6a9de8 py3: remove Exception.message appearances

3 files Authored by stlaz 6 years ago, Committed by pvomacka 6 years ago,
    py3: remove Exception.message appearances
    
    Exception.message is removed in Python3
    
    https://pagure.io/freeipa/issue/4985
    https://pagure.io/freeipa/issue/6874
    
    Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>