Skip to content

Commit eb83981

Browse files
committed
Re-adding allow_agent to constructor
1 parent 76f7ae9 commit eb83981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pssh/pssh_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def __init__(self, hosts,
258258
# To hold host clients
259259
self.host_clients = {}
260260
self.agent = agent
261+
self.allow_agent = allow_agent
261262
self.host_config = host_config if host_config else {}
262263
self.channel_timeout = channel_timeout
263264

0 commit comments

Comments
 (0)