Merge pull request #14519 from RIOT-OS/riotctrl_shell/fix/superflous-quotation-marks
riotctrl_shell.gnrc: remove superfluous quotation marks
This commit is contained in:
commit
2ab65da409
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
@ -393,7 +393,7 @@ class GNRCPktbufStatsParser(ShellInteractionParser):
|
|||||||
r"~ unused: 0x(?P<start>[0-9A-Fa-f]+) "
|
r"~ unused: 0x(?P<start>[0-9A-Fa-f]+) "
|
||||||
# flake reports r'\(', r'\)' as invalid escape sequence
|
# flake reports r'\(', r'\)' as invalid escape sequence
|
||||||
# false positively
|
# false positively
|
||||||
r"\(next: ""(0x(?P<next>[0-9A-Fa-f]+)|\(nil\)), " # noqa W605
|
r"\(next: (0x(?P<next>[0-9A-Fa-f]+)|\(nil\)), "
|
||||||
r"size: +(?P<size>\d+)\) ~"
|
r"size: +(?P<size>\d+)\) ~"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user