mirror of https://github.com/Delgan/loguru.git
13 lines
695 B
Plaintext
13 lines
695 B
Plaintext
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mtruncating.py[0m", line [33m15[0m, in [35m<module>[0m
|
||
[1mdiv[0m[1m([0m[1m)[0m
|
||
[36m└ [0m[36m[1m<function div at 0xDEADBEEF>[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mtruncating.py[0m", line [33m11[0m, in [35mdiv[0m
|
||
[35m[1mreturn[0m [34m[1m1[0m [35m[1m/[0m [1mvar[0m
|
||
[36m └ [0m[36m[1m'9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999...[0m
|
||
|
||
[31m[1mTypeError[0m:[1m unsupported operand type(s) for /: 'int' and 'str'[0m
|