Indentation still wrong, caused another funny behaviour

master
Gina Häußge 2013-06-11 18:45:57 +02:00
parent 25802ddb66
commit d6ad8dca00
1 changed files with 1 additions and 1 deletions

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