mirror of https://github.com/k3s-io/k3s
Fix test history updater.
parent
c6b4518aed
commit
59db405607
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue