Skip to content

Commit 702206d

Browse files
committed
typo
1 parent f83997b commit 702206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdavfs/opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def open_fs(self, fs_url, parse_result, writeable, create, cwd):
2222
return WebDAVFS(
2323
url='http://{}:{}'.format(webdav_host, webdav_port),
2424
login=parse_result.username,
25-
password=parse_result.password
25+
password=parse_result.password,
2626
root=dir_path,
2727
)

0 commit comments

Comments
 (0)