Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTreating stdout and stderr at the same time #342
Closed
Labels
Milestone
Comments
This line is not existing anymore in the latest version on github. As my credentials to Pypi are not working anymore, I am unable to provide updates through that channel either. You might find that the underlying issue you were seeing is solved with the very latest version you will find here. Please let me know if that is indeed the case. |
A new release was just made to pypi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In functions like
FetchInfo._get_fetch_info_from_stderr()
you say:Wouldn't it be just simpler to redirect
stderr
tostdout
?