mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix .collection.props
This commit is contained in:
parent
5b04ba18a8
commit
2f202d14e0
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class Collection(BaseCollection):
|
|||
self.path = sanitize_path(path).strip("/")
|
||||
self.storage_encoding = self.configuration.get("encoding", "stock")
|
||||
self._filesystem_path = path_to_filesystem(folder, self.path)
|
||||
self._props_path = path_to_filesystem(
|
||||
self._props_path = os.path.join(
|
||||
self._filesystem_path, ".collection.props")
|
||||
split_path = self.path.split("/")
|
||||
if len(split_path) > 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue