Skip to content

Fix processing multiple files in DoubleEventSelector

Tadej Novak requested to merge tadej/athena:des-fix into master

Fix processing multiple files in DoubleEventSelector. The issue was that if primary file was iterated correctly and secondary one needed to be switched, the primary one was moved one event forward. This MR adds protection so once the primary file is read successfully it is not until the second one is also.

/cc @gemmeren @jchapman

Merge request reports