-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error getting subprocess error with non-blocking mode #54
Comments
I've just checked the docs and found out that I shouldn't use |
Closing due to inactivity 👍 |
@timofurrer The behaviour is better, but still not correct.
Now |
It's any ways strange that you get an output at all for |
I've just commited ad67b14 with which |
Accessing
command.err
a second time causes an exceptionThe cause is that
self.subprocess.after
becomes<class 'pexpect.exceptions.EOF'>
after the firstcommand.err
The text was updated successfully, but these errors were encountered: