Merge pull request #22864 from spxtr/fix-history

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-16 20:25:18 -07:00
commit c3c29e2965

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)