loguru/tests/exceptions/output/diagnose/truncating.txt

13 lines
695 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Traceback (most recent call last):
File "tests/exceptions/source/diagnose/truncating.py", line 15, in <module>
div()
└ <function div at 0xDEADBEEF>
File "tests/exceptions/source/diagnose/truncating.py", line 11, in div
return 1 / var
 └ '9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999...
TypeError: unsupported operand type(s) for /: 'int' and 'str'