another decode...
I went through more thoroghly this time I think I gotem all Bug: webrtc:13607 Change-Id: I0e8773903bff16e807cc32a1a6f0177d43543e44 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252062 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#36050}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
70098a80ac
commit
e20a5247f0
@ -450,7 +450,7 @@ def CalculateChangedClang(new_cr_rev):
|
||||
raise RollError('Could not parse Clang revision!')
|
||||
|
||||
with open(CLANG_UPDATE_SCRIPT_LOCAL_PATH, 'rb') as f:
|
||||
current_lines = f.readlines()
|
||||
current_lines = f.readlines().decode('utf-8')
|
||||
current_rev = GetClangRev(current_lines)
|
||||
|
||||
new_clang_update_py = ReadRemoteCrFile(CLANG_UPDATE_SCRIPT_URL_PATH,
|
||||
|
Reference in New Issue
Block a user