added unsupported statement as bad result

This commit is contained in:
Philipp Engel 2014-11-24 22:07:49 +01:00
parent cfa6e955f5
commit 60c8838886

View file

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