Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
This commit is contained in:
parent
0d2889f56c
commit
a620facc1f
|
@ -851,7 +851,7 @@ class ftpwrapper:
|
|||
|
||||
def __init__(self, user, passwd, host, port, dirs,
|
||||
timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
|
||||
persistent=False):
|
||||
persistent=True):
|
||||
self.user = user
|
||||
self.passwd = passwd
|
||||
self.host = host
|
||||
|
|
Loading…
Reference in New Issue