This commit is contained in:
hexdump0x0200 2019-10-19 13:06:16 +07:00 committed by Sumit Jaiswal
parent 8eb46acbb1
commit df0e747899
1 changed files with 2 additions and 1 deletions

View File

@ -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):