Skip to content

HLTMPPy: Flush python printouts

Frank Winklmeier requested to merge fwinkl/HLTMPPU:ptree_print2 into master

The output flushing behaves differently in python 2/3. In order to avoid mangling with output from C++, ensure the buffer is being flushed.

Fixes ATR-20893.

Merge request reports