-
Notifications
You must be signed in to change notification settings - Fork 18
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
Show stderr with uniout? #1
Comments
There is not better way for now. But it is a good advice, I will take time to add this feature. :) |
OK, thanks. |
It is OK to keep it opening. I will close it after I solve this issue. :) |
OK~~ |
It seems to need another object and dress it using stderr like uniout, that is to say unierr. |
Yup, you are right. I am planing to write a class to abstract the behaviors of uniout, and then make two instances for stdout and stderr. |
Good~~ |
I can set sys.stderr to uniout, ex:
But this will mix stdout and stderr.
Any other recommended way?
Thanks.
The text was updated successfully, but these errors were encountered: