Write warning messages to STDERR
Opened this issue · 0 comments
merkys commented
The following warning is written to STDOUT:
ANARCI/lib/python/anarci/anarci.py
Line 346 in c2fd0f7
I suggest writing all warnings/errors to STDERR (seems to be done elsewhere in the project), otherwise there is a risk to jam the output stream, for example, if ANARCI is used in Python scripts that write files to STDOUT.