mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Indent bug
This commit is contained in:
parent
9c4585acfa
commit
ac7c0dfa93
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue