Fix str/bytes type error in ReplaceOtaKeys
ZipFile.read() returns byte sequence, while re.match expects str. Decode the bytes read first. Test: th Bug: 315855025 Change-Id: Id2da071f3caeab56cfac845a9e4f842c4e102f49
Loading
Please register or sign in to comment