We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef62fd commit b02d8daCopy full SHA for b02d8da
1 file changed
ssh_tunnel.py
@@ -38,6 +38,7 @@ def create_ssh_tunnel(hostname, local_socket, remote_socket):
38
finally:
39
try:
40
subprocess.run(ssh_tunnel_terminate_cmd)
41
+ os.remove(local_socket)
42
except subprocess.CalledProcessError:
43
pass
44
0 commit comments