Skip to content

EventLoop Worker: Fix a corner case with empty files

Tadej Novak requested to merge tadej/athena:analysis/el-fix into 21.2

In a very specific case tools and algs would not get initialised in EventLoop:

  • max events is set
  • file is empty

This MR fixes this.

Merge request reports