debug-viewer: inline expression
This commit is contained in:
parent
5eab79dbd3
commit
9ca26b661d
@ -176,8 +176,7 @@ def default_log_line_regex_():
|
|||||||
|
|
||||||
def default_log_line_regex():
|
def default_log_line_regex():
|
||||||
|
|
||||||
expressions = default_log_line_regex_()
|
return re.compile("".join(default_log_line_regex_()))
|
||||||
return re.compile("".join(expressions))
|
|
||||||
|
|
||||||
|
|
||||||
class Producer (object):
|
class Producer (object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user