mirror of https://github.com/Delgan/loguru.git
16 lines
640 B
Plaintext
16 lines
640 B
Plaintext
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/too_many_arguments.py", line 18, in <module>
|
|
decorated(1)
|
|
TypeError: decorated() takes 0 positional arguments but 1 was given
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/too_many_arguments.py", line 21, in <module>
|
|
not_decorated(2)
|
|
TypeError: not_decorated() takes 0 positional arguments but 1 was given
|
|
|
|
Traceback (most recent call last):
|
|
> File "tests/exceptions/source/backtrace/too_many_arguments.py", line 24, in <module>
|
|
not_decorated(3)
|
|
TypeError: not_decorated() takes 0 positional arguments but 1 was given
|