parent
8eb46acbb1
commit
df0e747899
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue