mirror of https://github.com/Delgan/loguru.git
16 lines
696 B
Plaintext
16 lines
696 B
Plaintext
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mno_error_message.py[0m", line [33m18[0m, in [35m<module>[0m
|
||
[1mbar[0m[1m([0m[1m)[0m
|
||
[36m└ [0m[36m[1m<function bar at 0xDEADBEEF>[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mno_error_message.py[0m", line [33m14[0m, in [35mbar[0m
|
||
[1mfoo[0m[1m([0m[1m)[0m
|
||
[36m└ [0m[36m[1m<function foo at 0xDEADBEEF>[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mno_error_message.py[0m", line [33m10[0m, in [35mfoo[0m
|
||
[35m[1mraise[0m [1mValueError[0m[1m([0m[36m""[0m[1m)[0m
|
||
|
||
[31m[1mValueError[0m
|