mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
[pretty] combine strings in node.py (#8550)
This commit is contained in:
@@ -2876,7 +2876,7 @@ class NodeImpl:
|
||||
else:
|
||||
timeout = 5
|
||||
|
||||
self._expect(r'Received ACK in reply to notification ' r'from ([\da-f:]+)\b', timeout=timeout)
|
||||
self._expect(r'Received ACK in reply to notification from ([\da-f:]+)\b', timeout=timeout)
|
||||
(source,) = self.pexpect.match.groups()
|
||||
source = source.decode('UTF-8')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user