mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 12:11:17 +00:00
Add Python3 support to thread-cert. (#985)
This commit is contained in:
@@ -153,7 +153,7 @@ class MacFrame:
|
||||
|
||||
# Check end of MAC frame
|
||||
if frame_type == MacHeader.FrameType.COMMAND:
|
||||
command_type = data.read(1)
|
||||
command_type = ord(data.read(1))
|
||||
else:
|
||||
command_type = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user