LineParser tests: Clear self._data in _open
This commit is contained in:
parent
c686008325
commit
1d51d63f0c
@ -54,6 +54,7 @@ class LineParserMixin:
|
||||
prev_val = self._data
|
||||
else:
|
||||
prev_val = None
|
||||
self._data = ''
|
||||
|
||||
if self._binary:
|
||||
fobj = io.BytesIO(prev_val)
|
||||
|
Loading…
Reference in New Issue
Block a user