MultiLogIterator: default wraparound to false

This commit is contained in:
Adeeb Shihadeh
2021-12-02 08:14:48 -08:00
parent 4a33d61de0
commit c8356d3b8f
+1 -1
View File
@@ -13,7 +13,7 @@ from cereal import log as capnp_log
# this is an iterator itself, and uses private variables from LogReader
class MultiLogIterator(object):
def __init__(self, log_paths, wraparound=True):
def __init__(self, log_paths, wraparound=False):
self._log_paths = log_paths
self._wraparound = wraparound