Kaydet (Commit) a620facc authored tarafından Nadeem Vawda's avatar Nadeem Vawda

Fix typo in dbf1e1a27427 that was causing some buildbots to fail.

üst 0d2889f5
...@@ -851,7 +851,7 @@ class ftpwrapper: ...@@ -851,7 +851,7 @@ class ftpwrapper:
def __init__(self, user, passwd, host, port, dirs, def __init__(self, user, passwd, host, port, dirs,
timeout=socket._GLOBAL_DEFAULT_TIMEOUT, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
persistent=False): persistent=True):
self.user = user self.user = user
self.passwd = passwd self.passwd = passwd
self.host = host self.host = host
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment