We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e7d34 commit f83997bCopy full SHA for f83997b
1 file changed
webdavfs/opener.py
@@ -21,8 +21,7 @@ def open_fs(self, fs_url, parse_result, writeable, create, cwd):
21
22
return WebDAVFS(
23
url='http://{}:{}'.format(webdav_host, webdav_port),
24
- login: parse_result.username,
25
- password: parse_result.password
26
- },
+ login=parse_result.username,
+ password=parse_result.password
27
root=dir_path,
28
)
0 commit comments