diff options
Diffstat (limited to 'ipa-admintools/ipa-listdelegation')
-rw-r--r-- | ipa-admintools/ipa-listdelegation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa-admintools/ipa-listdelegation b/ipa-admintools/ipa-listdelegation index 217b16dd..4dabc81e 100644 --- a/ipa-admintools/ipa-listdelegation +++ b/ipa-admintools/ipa-listdelegation @@ -109,3 +109,6 @@ except xmlrpclib.ProtocolError, e: except ipaerror.IPAError, e: print("Delegation list failed: " + str(e)) sys.exit(1) +except Exception, e: + print "%s" % str(e) + sys.exit(1) |