parent
ed3bb2b0a1
commit
615a84447e
19 changed files with 80 additions and 94 deletions
|
|
@ -78,7 +78,7 @@ class _MatchChildParser(_MatchParser):
|
|||
class ParseError(Exception):
|
||||
def __init__(self, parser):
|
||||
super().__init__("Parse error at position %u (near %r)" % (
|
||||
parser._pos, parser._data[parser._pos:parser._pos + 20]
|
||||
parser._pos, parser._data[parser._pos:parser._pos + 100]
|
||||
))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue