From: Jack Jansen Date: Thu, 17 Aug 1995 14:17:39 +0000 (+0000) Subject: Indent bug X-Git-Tag: v1.3b1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac7c0dfa93b76c89416cc86644554c96069937c5;p=thirdparty%2FPython%2Fcpython.git Indent bug --- diff --git a/Lib/binhex.py b/Lib/binhex.py index 8cb34d3ec31c..a7f906d695cb 100644 --- a/Lib/binhex.py +++ b/Lib/binhex.py @@ -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: