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

🐛 FIX: write status messages to sys.stderr #47

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Mar 5, 2021

writing only the rendered output to stdout allows piping output to files / pbcopy with minimal editing

I did a previous pass on this in #39. I'm not sure if there's a way to test that no prints to stderr are added? Maybe it would be easier to adopt logging, which also goes to stderr by default and would enable things like log-levels.

writing only the rendered output to stdout allows piping to files / pbcopy
with minimal editing
@choldgraf choldgraf merged commit ca97183 into executablebooks:master Mar 5, 2021
@choldgraf
Copy link
Member

Thanks Min! I'm fine with logging as well, have just been prioritizing simple machinery so far and complexifying when necessary

@consideRatio consideRatio changed the title FIX: write status messages to sys.stderr 🐛 FIX: write status messages to sys.stderr Jun 21, 2021
@blink1073 blink1073 added the bug Something isn't working label Dec 1, 2021
@blink1073 blink1073 added this to the 0.2 milestone Dec 1, 2021
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

Successfully merging this pull request may close these issues.

3 participants