mirror of https://github.com/Delgan/loguru.git
12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
|
||
[33m[1mTraceback (most recent call last):[0m
|
||
|
||
File "[32mtests/exceptions/source/diagnose/[0m[32m[1mindentation_error.py[0m", line [33m17[0m, in [35m<module>[0m
|
||
[1mexec[0m[1m([0m[1mcode[0m[1m)[0m
|
||
[36m └ [0m[36m[1m'\nif True:\n a = 5\n print("foobar") #intentional faulty indentation here.\n b = 7\n'[0m
|
||
|
||
File "<string>", line 4
|
||
print("foobar") #intentional faulty indentation here.
|
||
|
||
[31m[1mIndentationError[0m:[1m unexpected indent[0m
|