mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #22864 from spxtr/fix-history
Auto commit by PR queue bot
This commit is contained in:
commit
c3c29e2965
@ -111,7 +111,6 @@ def gcs_get_tests(path):
|
|||||||
except zlib.error:
|
except zlib.error:
|
||||||
# Don't fail if it's not gzipped.
|
# Don't fail if it's not gzipped.
|
||||||
pass
|
pass
|
||||||
data = data.decode('utf-8')
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
root = ET.fromstring(data)
|
root = ET.fromstring(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user