Skip to content

fix bug in zip iteration progress messages

Wout De Nolf requested to merge fix_log_iterator into main

The logging was off by 1 because log_iterator needs to be the first iterator in zip(log_iterator, ...) not the last.

Since the API is confusing, created zip_with_progress which includes the zip.

Merge request reports