c7fb8a1 LGTM: Use of exit() or quit()

Authored and Committed by cheimes 6 years ago
    LGTM: Use of exit() or quit()
    
    Replace exit() with sys.exit(). exit() or quit() may fail if the interpreter
    is run with the -S option.
    
    https://pagure.io/freeipa/issue/7344
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
    
        
file modified
+3 -3
file modified
+16 -10
file modified
+1 -1
file modified
+1 -1