From ac7c0dfa93b76c89416cc86644554c96069937c5 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 17 Aug 1995 14:17:39 +0000 Subject: Indent bug --- Lib/binhex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/binhex.py') diff --git a/Lib/binhex.py b/Lib/binhex.py index 8cb34d3ec3..a7f906d695 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: -- cgit v1.2.1