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: