mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-17 03:26:08 +00:00
Have all callers of input.readline() be done through _advance_nextline()
This commit is contained in:
parent
992cfa11eb
commit
0170a9100a
@ -462,7 +462,7 @@ class FastExportFilter(object):
|
||||
current_stream_number += 1
|
||||
|
||||
# Run over the input and do the filtering
|
||||
self.nextline = self.input.readline()
|
||||
self._advance_nextline()
|
||||
while self.nextline:
|
||||
if self.nextline.startswith('blob'):
|
||||
self._parse_blob()
|
||||
|
Loading…
Reference in New Issue
Block a user