mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
[uorb_graph][fix][doc] FIxes type around regex definition
Co-authored-by: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
committed by
Lorenz Meier
parent
e7b1ffbd4c
commit
f6eae08597
@@ -88,7 +88,7 @@ class PubSub(object):
|
|||||||
if match is None:
|
if match is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# # all regexes should contain 3 capture groups (or else this code block crashes)
|
# all regexes should contain 2 capture groups
|
||||||
# total_match = match.group(0)
|
# total_match = match.group(0)
|
||||||
route_group, topic_group = match.groups()
|
route_group, topic_group = match.groups()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user