mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Ignore .props files for collections children
This commit is contained in:
parent
bff01db29b
commit
fd3eacfe01
1 changed files with 4 additions and 3 deletions
|
@ -230,6 +230,7 @@ class Collection(object):
|
|||
result.append(cls(path, principal))
|
||||
try:
|
||||
for filename in next(os.walk(abs_path))[2]:
|
||||
if not filename.endswith(".props"):
|
||||
collection = cls(os.path.join(path, filename))
|
||||
if collection.exists:
|
||||
result.append(collection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue