Fixed wrong indentation that caused a rather funny behaviour...

master
Gina Häußge 2013-06-09 19:30:42 +02:00
parent d0035c3f3a
commit 25802ddb66
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):