fix: prevent python print() to add newline to empty STDERR
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.
Created by: zlamalp