This is really not a link as the target can't have a useful docstring, meh
This commit is contained in:
parent
c8382442f5
commit
6dcf67a9ad
|
@ -201,7 +201,7 @@ class AgentClientProxy(object):
|
|||
|
||||
def connect(self):
|
||||
"""
|
||||
Method automatically called by the run() method of the AgentProxyThread
|
||||
Method automatically called by ``AgentProxyThread.run``.
|
||||
"""
|
||||
if ('SSH_AUTH_SOCK' in os.environ) and (sys.platform != 'win32'):
|
||||
conn = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
|
||||
|
|
Loading…
Reference in New Issue