Show More
@@ -31,6 +31,11 b' for line in sys.stdin:' | |||
|
31 | 31 | elif not line.startswith(' '): |
|
32 | 32 | state = 'none' |
|
33 | 33 | |
|
34 | elif not line.replace('^', '').replace('~', '').strip(): | |
|
35 | # PEP 657: Fine-grained error locations in tracebacks | |
|
36 | # ~~~~~~^^^^^^^^^ | |
|
37 | continue | |
|
38 | ||
|
34 | 39 | elif state == 'file': |
|
35 | 40 | # Ignore lines after " File " |
|
36 | 41 | state = 'tb' |
General Comments 0
You need to be logged in to leave comments.
Login now