From 286647869b36186aa2aed4eec92ef091abddcc4e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 15 Dec 2020 19:35:51 +0000 Subject: [PATCH] EDMCLogging: Comment out a 'testing' raise() call --- EDMCLogging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMCLogging.py b/EDMCLogging.py index 479fa9bc..eae1a222 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -286,7 +286,7 @@ class EDMCContextFilter(logging.Filter): # try: frame_info = inspect.getframeinfo(frame) - raise(IndexError) # TODO: Remove, only for testing + # raise(IndexError) # TODO: Remove, only for testing except Exception: # Separate from the print below to guarantee we see at least this much.