Fix filesystem folder creation

This commit is contained in:
Unrud
2020-01-15 06:38:32 +01:00
parent 41a91f7da1
commit 1bd93a2947
6 changed files with 10 additions and 9 deletions

View File

@@ -26,9 +26,6 @@ from radicale.log import logger
class StorageDiscoverMixin:
def __init__(self, configuration):
super().__init__(configuration)
def discover(self, path, depth="0", child_context_manager=(
lambda path, href=None: contextlib.ExitStack())):
# Path should already be sanitized