Skip to content
GitLab
Explore
Sign in
satella
tests
test_coding
test_rethrow.py
Find file
Blame
History
Permalink
@log_exceptions(logger, logging.CRITICAL, exc_types=KeyError, swallow_exception=True)
· e194947f
Piotr Maślanka
authored
Aug 14, 2020
def get_me(exc_type): yield 2 yield 4 raise exc_type() added `swallow_exception` to `log_exception`
e194947f
Loading