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

@@ -115,9 +115,9 @@ class Storage(
_collection_class = Collection
def __init__(self, configuration):
super().__init__(configuration)
folder = configuration.get("storage", "filesystem_folder")
self._makedirs_synced(folder)
super().__init__(configuration)
def _get_collection_root_folder(self):
filesystem_folder = self.configuration.get(