Skip to content

Print error messages to stderr, not stdout#5

Merged
stefanv merged 1 commit into
scientific-python:mainfrom
rkdarst:rkdarst/errors-to-stderr
Jan 23, 2022
Merged

Print error messages to stderr, not stdout#5
stefanv merged 1 commit into
scientific-python:mainfrom
rkdarst:rkdarst/errors-to-stderr

Conversation

@rkdarst

@rkdarst rkdarst commented Jan 23, 2022

Copy link
Copy Markdown
Contributor
  • print(..., file=sys.stderr) for error messages
  • Provides better error handling if the output is being directed to a
    file
  • Review: general check

- print(..., file=sys.stderr) for error messages
- Provides better error handling if the output is being directed to a
  file
- Review: general check
@stefanv stefanv merged commit 464e18e into scientific-python:main Jan 23, 2022
@rkdarst rkdarst deleted the rkdarst/errors-to-stderr branch January 23, 2022 11:50
@jarrodmillman jarrodmillman added this to the 0.1 milestone Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants