Skip to content

Fix duplicated output

Problem: In common/print_color.py when used in buffered mode the output will not be reset, when doing a flush. On every flush the already flushed output will be printed again.

image

Solution:

  • Clear buffer after flush
Edited by Günther Jena

Merge request reports