Skip to content

Output errors to sys.stderr instead of sys.stdout

Karl Ove Hufthammer requested to merge output-errors-to-stderr into master

This makes the errors visible on the screen even if you redirect the stdout, e.g., to /dev/null or to a file.

Merge request reports