Commit f868c19e authored by Marco Mariani's avatar Marco Mariani

removed call to ssh.terminate()

parent dad1f246
......@@ -74,7 +74,6 @@ def promise(args):
if ssh.poll() is None:
return 1
if ssh.returncode != 0:
ssh.terminate()
failed_ssh()
return ssh.returncode
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment