Kaydet (Commit) ac7c0dfa authored tarafından Jack Jansen's avatar Jack Jansen

Indent bug

üst 9c4585ac
...@@ -144,7 +144,7 @@ class _Rlecoderengine: ...@@ -144,7 +144,7 @@ class _Rlecoderengine:
self.data = '' self.data = ''
def write(self, data): def write(self, data):
if DEBUG: if DEBUG:
testf.write(data) # XXXX testf.write(data) # XXXX
self.data = self.data + data self.data = self.data + data
if len(self.data) < REASONABLY_LARGE: if len(self.data) < REASONABLY_LARGE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment