Skip to content

fix: prevent python print() to add newline to empty STDERR

Jednotné přihlášení test requested to merge github/fork/zlamalp/python into master

Created by: zlamalp

  • It causes OK task results to be marked as WARNING, since the output on perun side is not empty (contains newline).
  • Newline is removed also from STDOUT print.

Merge request reports