Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: errors are printed to stdout instead of stderr #8

Open
t-bre opened this issue Nov 6, 2022 · 0 comments
Open

bug: errors are printed to stdout instead of stderr #8

t-bre opened this issue Nov 6, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@t-bre
Copy link
Owner

t-bre commented Nov 6, 2022

Description

Errors (e.g. from make failing to run) are currently printed to stdout, when they should be printed to stderr.

Steps To Reproduce

  1. Build with an invalid make command.
  2. Error message goes to stdout.

Environment

os      : macOS
python  : 3.10

Expected Behaviour

Error messages printed to stderr.

@t-bre t-bre added the bug Something isn't working label Nov 6, 2022
@t-bre t-bre added this to the v0.0.x milestone Nov 6, 2022
@t-bre t-bre changed the title bug(cli): errors are printed to stdout instead of stderr bug: errors are printed to stdout instead of stderr May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant