Behave a little better with unparsable/colored files
This commit is contained in:
parent
026604747a
commit
527b3ed2ef
@ -121,6 +121,10 @@ class LineFrequencySentinel (object):
|
|||||||
first_index = found
|
first_index = found
|
||||||
target_ts += step
|
target_ts += step
|
||||||
|
|
||||||
|
if step == 0:
|
||||||
|
result = []
|
||||||
|
partitions = []
|
||||||
|
|
||||||
self.step = step
|
self.step = step
|
||||||
self.data = result
|
self.data = result
|
||||||
self.partitions = partitions
|
self.partitions = partitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user