Fix test history updater.

This commit is contained in:
Joe Finney 2016-03-16 13:18:46 -07:00
parent c6b4518aed
commit 59db405607

View File

@ -111,7 +111,6 @@ def gcs_get_tests(path):
except zlib.error:
# Don't fail if it's not gzipped.
pass
data = data.decode('utf-8')
try:
root = ET.fromstring(data)