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

new param on probe to get stderr #609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ezequielramos
Copy link

I need to get the stderr from probe even when it doesn't fail.
The reason why this is necessary is because there're important information to me on "Warning logs" -v warning.

So I created a new parameter capture_stderr with False as default value, what should make older versions working exactly the same way, but when using the True value, the function will return a tuple with the default return value on first position and the stderr on the second position.

@ezequielramos
Copy link
Author

If you need me to add a test, let me know.
I have a video to use as example, but it has like 300kb, I don't know if you want me to upload this on the repo.

@ezequielramos
Copy link
Author

#614

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.

2 participants