ignore connection timeout out within parenthesis (#48413)
parent
fb8b59fcc6
commit
f2eef2d30b
|
@ -39,7 +39,7 @@ class TerminalModule(TerminalBase):
|
|||
re.compile(br"% ?This command is not authorized"),
|
||||
re.compile(br"invalid input", re.I),
|
||||
re.compile(br"(?:incomplete|ambiguous) command", re.I),
|
||||
re.compile(br"connection timed out", re.I),
|
||||
re.compile(br"(?<!\()connection timed out(?!\))", re.I),
|
||||
re.compile(br"[^\r\n]+ not found", re.I),
|
||||
re.compile(br"'[^']' +returned error code: ?\d+"),
|
||||
re.compile(br"Failed to commit", re.I)
|
||||
|
|
Loading…
Reference in New Issue