Skip to content

Commit 062d7f1

Browse files
committed
Merged with master
2 parents 7ebfda9 + b053865 commit 062d7f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pssh.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ class ParallelSSHClient(object):
104104

105105
def __init__(self, hosts,
106106
user = None, password = None,
107-
pool_size=10):
108-
107+
pool_size = 10):
109108
"""Connect to hosts
110109
:type: list(str)
111110
:param hosts: Hosts to connect to

0 commit comments

Comments
 (0)