Moved to use contextlib suppress pattern than empty exception blocks
This commit is contained in:
@@ -77,4 +77,4 @@ def custom_except_hook(exc_type, exc_value, exc_traceback):
|
||||
|
||||
logger.error("Uncaught exception", exc_info = (exc_type, exc_value, exc_traceback))
|
||||
|
||||
sys.excepthook = custom_except_hook
|
||||
sys.excepthook = custom_except_hook
|
||||
|
||||
Reference in New Issue
Block a user