Indent bug

This commit is contained in:
Jack Jansen 1995-08-17 14:17:39 +00:00
parent 9c4585acfa
commit ac7c0dfa93
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class _Rlecoderengine:
self.data = ''
def write(self, data):
if DEBUG:
if DEBUG:
testf.write(data) # XXXX
self.data = self.data + data
if len(self.data) < REASONABLY_LARGE: