This commit is contained in:
Jörn-Michael Miehe 2022-09-07 12:21:26 +00:00
parent 946226c03a
commit bd1d527d0e

View file

@ -84,7 +84,7 @@ def webdav_resource(remote_path: Any) -> WebDAVResource:
@run_in_executor @run_in_executor
def webdav_list(remote_path: str) -> list[str]: def webdav_list(remote_path: str) -> list[str]:
""" """
Asynchroneously lists a WebDAV path using the main WebDAV client. Asynchronously lists a WebDAV path using the main WebDAV client.
""" """
return _WEBDAV_CLIENT.list( return _WEBDAV_CLIENT.list(
@ -110,7 +110,7 @@ def caldav_principal() -> CalDAVPrincipal:
@run_in_executor @run_in_executor
def caldav_list() -> Iterator[str]: def caldav_list() -> Iterator[str]:
""" """
Asynchroneously lists all calendars using the main WebDAV client. Asynchronously lists all calendars using the main WebDAV client.
""" """
return ( return (