adamwill / freeipa

Forked from freeipa 5 years ago
Clone

4608637 LGTM: Fix exception in permission_del

Authored and Committed by cheimes 6 years ago
    LGTM: Fix exception in permission_del
    
    Instantiating an exception, but not raising it, has no effect.
    
    https://pagure.io/freeipa/issue/7344
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>