Indentation still wrong, caused another funny behaviour

This commit is contained in:
Gina Häußge 2013-06-11 18:45:57 +02:00
parent 25802ddb66
commit d6ad8dca00

View file

@ -958,7 +958,7 @@ class MachineCom(object):
self._callback.mcZChange(z)
except:
self._log("Unexpected error: %s" % (getExceptionString()))
self._sendCommand(line, True)
self._sendCommand(line, True)
self._callback.mcProgress()
def sendCommand(self, cmd):