DebugClients/Python/AsyncFile.py

changeset 3021
801289962f4e
parent 2987
c99695c0f13a
child 3032
927a2f8b3669
--- a/DebugClients/Python/AsyncFile.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DebugClients/Python/AsyncFile.py	Mon Oct 14 20:08:19 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