Rename .collection.props into .Radicale.props
This commit is contained in:
parent
2f202d14e0
commit
76b859c28e
@ -334,7 +334,7 @@ class Collection(BaseCollection):
|
||||
self.storage_encoding = self.configuration.get("encoding", "stock")
|
||||
self._filesystem_path = path_to_filesystem(folder, self.path)
|
||||
self._props_path = os.path.join(
|
||||
self._filesystem_path, ".collection.props")
|
||||
self._filesystem_path, ".Radicale.props")
|
||||
split_path = self.path.split("/")
|
||||
if len(split_path) > 1:
|
||||
# URL with at least one folder
|
||||
|
Loading…
Reference in New Issue
Block a user