-
Notifications
You must be signed in to change notification settings - Fork 187
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
SshMachine() hangs few seconds after an exception #306
Comments
Fixed in master, see if that works for you. |
Your change solved the issue Henryiii! -- PS: I wanted to thank you for the Python module plumbum. It is an excellent replacement for openssh_wrapper + python_sh modules + it is pythonnic and fully compatible with Python 3. Keep up with the good work! |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This exception is raised by SshMachine() when I try to connect to a host that does not exist:
After the exception above, plumbum hangs few seconds. It looks like it is waiting for the thread to complete (even when I catch the exception above + I quit with sys.exit(), plumbum is still hanging... It looks like a thread that wasn't canceled).
Thank you.
Asher256
The text was updated successfully, but these errors were encountered: