You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ python convert.py
Traceback (most recent call last):
File "convert.py", line 27, in <module>
e = ET.parse(file_path).getroot()
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1182, in parse
tree.parse(source, parser)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 656, in parse
parser.feed(data)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1659, in feed
self._raiseerror(v)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1523, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: reference to invalid character number: line 1707, column 8641
The text was updated successfully, but these errors were encountered:
It should have been fixed with e3bec29, but it appears it's not.
See #56, #57.
The text was updated successfully, but these errors were encountered: