added unsupported statement as bad result
This commit is contained in:
parent
cfa6e955f5
commit
60c8838886
1 changed files with 1 additions and 0 deletions
|
|
@ -786,6 +786,7 @@ class MachineCom(object):
|
|||
and line.strip() != 'ok' and not line.startswith("wait") \
|
||||
and not line.startswith('Resend:') \
|
||||
and line != 'echo:Unknown command:""\n' \
|
||||
and line != "Unsupported statement" \
|
||||
and self.isOperational():
|
||||
self._callback.mcMessage(line)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue