From d6ad8dca00a72bd34d70e05ce16afc98e1c6bc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 11 Jun 2013 18:45:57 +0200 Subject: [PATCH] Indentation still wrong, caused another funny behaviour --- octoprint/util/comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/util/comm.py b/octoprint/util/comm.py index 141b4b4..5a7a1be 100644 --- a/octoprint/util/comm.py +++ b/octoprint/util/comm.py @@ -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):