Skip to content

Commit

Permalink
Clearly our agent stuff is not fully tested yet...
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 12, 2022
1 parent 5fcb8da commit 29d7bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def __init__(self):
conn = get_agent_connection()
if not conn:
return
self._connect()
self._connect(conn)

def close(self):
"""
Expand Down

0 comments on commit 29d7bf4

Please sign in to comment.