We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e255126 commit 66afe0dCopy full SHA for 66afe0d
1 file changed
tools/build/citool
@@ -220,6 +220,7 @@ def validateResponse(res):
220
body = res.read()
221
222
if res.status != OK:
223
+ body = body.decode('utf-8')
224
if body.startswith('<'):
225
dom = minidom.parseString(body)
226
print(dom.toprettyxml()),
0 commit comments