mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix filesystem folder creation
This commit is contained in:
parent
41a91f7da1
commit
1bd93a2947
6 changed files with 10 additions and 9 deletions
|
@ -24,9 +24,6 @@ from radicale import pathutils
|
|||
|
||||
class StorageCreateCollectionMixin:
|
||||
|
||||
def __init__(self, configuration):
|
||||
super().__init__(configuration)
|
||||
|
||||
def create_collection(self, href, items=None, props=None):
|
||||
folder = self._get_collection_root_folder()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue