print warning messages to stderr (#58)

Co-authored-by: Peter Derr <peter.derr@mass.gov>
This commit is contained in:
pbderr 2021-08-20 14:37:08 -04:00 committed by GitHub
parent 8e4a779ad5
commit d9ddc06b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ def add_warning(hit):
def internal_warn(message):
print(h(message))
print(h(message), file=sys.stderr)
# C Language Specific