X-Git-Url: https://git.distorted.org.uk/~mdw/cryptomail/blobdiff_plain/710743367c1bc7e3d6d335efa63bda1d024db0fb..aeec1a4e3d55dd96aec8cd7135e2c8ad14ce8639:/bin/cryptomail diff --git a/bin/cryptomail b/bin/cryptomail index 0c0ed94..54f8483 100755 --- a/bin/cryptomail +++ b/bin/cryptomail @@ -610,7 +610,9 @@ def main(): try: main() -except Exception: +except SystemExit: + raise +except: ty, exc, tb = exc_info() moan('unhandled %s exception' % ty.__name__) for file, line, func, text in TB.extract_tb(tb):