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