Skip to content

TrigCommon: Fix unit test failure in Py3 build

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

Due to different output buffering the printouts from Python and C++ get mangled in the Py3 build. Implement workaround until proper fix in the HLTMPPU is deployed: atlas-tdaq-software/HLTMPPU!12 (merged)

Fixes ATR-20893.

Merge request reports