Skip to content

IOVDbSvc: Remove usage of EndOfBeginRun incident and python cleanup

Frank Winklmeier requested to merge fwinkl/athena:iovdbsvc into master

Two unrelated changes:

  1. The "EndOfBeginRun" was previously fired by the HLT to force the closing of the POOL connections. This is no longer required as the HLT is now using the same mechanism as athenaMP, i.e. it calls io_finalize before forking.
  2. Enable flake8 checking during the build and make the python code compliant.

Merge request reports