pull/61912/head
hexdump0x0200 5 years ago committed by Sumit Jaiswal
parent 8eb46acbb1
commit df0e747899

@ -36,7 +36,8 @@ class TerminalModule(TerminalBase):
terminal_stderr_re = [
re.compile(br"error:", re.I),
re.compile(br"Removing.* not allowed, it is being used")
re.compile(br"Removing.* not allowed, it is being used"),
re.compile(br"^Command authorization failed\r?$", re.MULTILINE)
]
def on_open_shell(self):

Loading…
Cancel
Save