MultiLogIterator: remove wraparound mode (#23360)

old-commit-hash: 92f194decc
This commit is contained in:
Adeeb Shihadeh
2022-01-02 15:16:44 -08:00
committed by GitHub
parent f7df13244f
commit c036e64c86
6 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def main(argv):
args.data_dir = os.path.dirname(args.data_dir)
route = Route(args.route_name, args.data_dir)
lr = MultiLogIterator(route.log_paths(), wraparound=False)
lr = MultiLogIterator(route.log_paths())
with open(args.out_path, 'wb') as f:
try: