diff --git a/mceutils.py b/mceutils.py index 858d0c9..1d4f14e 100644 --- a/mceutils.py +++ b/mceutils.py @@ -57,7 +57,8 @@ def alertException(func): squash_python.get_client().recordException(*sys.exc_info()) except ImportError: pass - + except Exception: + logging.exception("Error while recording exception data:") return _alertException