mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
This commit is contained in:
parent
0d2889f56c
commit
a620facc1f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue