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

still having mysterious errors when creating tunnels

parent 4b22a3c9
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!35Dev,!15Dev
Pipeline #7730 passed
...@@ -433,7 +433,6 @@ class Ssh: ...@@ -433,7 +433,6 @@ class Ssh:
except Exception as e: except Exception as e:
logger.debug('socket exception {}'.format(e)) logger.debug('socket exception {}'.format(e))
ssock.close() ssock.close()
return False
time.sleep(1) time.sleep(1)
return False return False
......
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