mirror of https://github.com/Delgan/loguru.git
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 11, in a
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 21, in <module>
|
|
b()
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 18, in b
|
|
a()
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 13, in a
|
|
raise ValueError("NOK")
|
|
ValueError: NOK
|
|
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 11, in a
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 24, in <module>
|
|
a()
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 13, in a
|
|
raise ValueError("NOK")
|
|
ValueError: NOK
|
|
|
|
Traceback (most recent call last):
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 11, in a
|
|
1 / 0
|
|
ZeroDivisionError: division by zero
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 27, in <module>
|
|
a()
|
|
File "tests/exceptions/source/backtrace/chained_expression_indirect.py", line 13, in a
|
|
raise ValueError("NOK")
|
|
ValueError: NOK
|