routeros_command: support spaces in device identity (#58328)
This commit is contained in:
parent
88c0907fed
commit
b5ac9f5cf1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class TerminalModule(TerminalBase):
|
|||
|
||||
terminal_stdout_re = [
|
||||
re.compile(br"\x1b<"),
|
||||
re.compile(br"\[\w+\@[\w\-\.]+\] ?> ?$"),
|
||||
re.compile(br"\[\w+\@[\w\s\-\.]+\] ?> ?$"),
|
||||
re.compile(br"Please press \"Enter\" to continue!"),
|
||||
re.compile(br"Do you want to see the software license\? \[Y\/n\]: ?"),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue