Comment 2 for bug 1779412

Revision history for this message
Niels Huylebroeck (red15) wrote :

Would've been a simpler and cleaner solution if you had used:

`resp_xml = ElementTree.fromstring(resp.content.decode('utf8', errors='ignore')`