DebugClients/Python/AsyncFile.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3160
209a07d7e401
diff -r ed2eaa573ca5 -r 927a2f8b3669 DebugClients/Python/AsyncFile.py
--- a/DebugClients/Python/AsyncFile.py	Sat Oct 19 11:14:51 2013 +0200
+++ b/DebugClients/Python/AsyncFile.py	Sat Oct 19 11:49:31 2013 +0200
@@ -276,7 +276,7 @@
         if not self.wpending:
             self.wpending = s
         elif type(self.wpending) != type(s) or \
-            len(self.wpending) + len(s) > self.maxbuffersize:
+                len(self.wpending) + len(s) > self.maxbuffersize:
             # flush wpending so that different string types are not
             # concatenated
             while self.wpending:

eric ide

mercurial