mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 14:10:09 +00:00
[test] fix python issues in tests (#4960)
This commit is contained in:
@@ -292,7 +292,7 @@ class VariableVector(ConvertibleToBytes):
|
||||
ret = bytearray([])
|
||||
while length_in_byte > 0:
|
||||
ret += bytes(length_in_byte & 0xff)
|
||||
length_in_byte == length_in_byte >> 8
|
||||
length_in_byte = length_in_byte >> 8
|
||||
return ret
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user