From f8151b5292f4890b416f797eb24a03a3500e5029 Mon Sep 17 00:00:00 2001 From: Guillaume Seguin Date: Sat, 4 Aug 2012 10:35:56 +0200 Subject: [PATCH] Fix typo --- printrun/printcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printrun/printcore.py b/printrun/printcore.py index 41d0555..00063b9 100755 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -226,7 +226,7 @@ class printcore(): if wait > 0: self.clear = False self._send(command, self.lineno, True) - self.lineno + =1 + self.lineno += 1 while (wait > 0) and self.printer and self.printing and not self.clear: time.sleep(0.001) wait -= 1