Skip to content
Snippets Groups Projects
Commit 41a2abb9 authored by Chris Hines's avatar Chris Hines
Browse files

typo

parent 97583c28
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!42Test,!41typo
Pipeline #11364 passed
......@@ -333,7 +333,7 @@ class Ssh:
if exec_p.returncode == 255:
sess.kill()
raise SshCtrlException(message="Ssh was unable to login. It's likely you're credentials need to be renewed by loggin in again")
if exec_p.returncode != 0 or b'Control socket connect' in stderr::
if exec_p.returncode != 0 or b'Control socket connect' in stderr:
try:
ctrl_p = sess.ctrl_processes[ctrlsocket]
except KeyError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment