logging: Re-raise exception after output
This commit is contained in:
parent
effd29b51a
commit
2ebe994375
|
@ -60,6 +60,8 @@ class Log:
|
|||
"\n"
|
||||
]
|
||||
)
|
||||
if exc_value:
|
||||
raise exc_value
|
||||
|
||||
def suppress(self):
|
||||
self.suppressed = True
|
||||
|
|
Loading…
Reference in New Issue