mirror of https://github.com/Delgan/loguru.git
19 lines
742 B
Plaintext
19 lines
742 B
Plaintext
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 20, in <module>
|
|
foo()
|
|
File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 11, in foo
|
|
bar()
|
|
File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 16, in bar
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 20, in <module>
|
|
foo()
|
|
File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 11, in foo
|
|
bar()
|
|
File "tests/exceptions/source/backtrace/nested_explicit_catch_up.py", line 16, in bar
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|