Fix test history updater.

pull/6/head
Joe Finney 2016-03-16 13:18:46 -07:00
parent c6b4518aed
commit 59db405607
1 changed files with 0 additions and 1 deletions

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)