mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix an indentation bug
This commit is contained in:
parent
f9d041ba6b
commit
d256a0551c
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ class Collection(object):
|
|||
else:
|
||||
if include_container:
|
||||
result.append(cls(path, principal))
|
||||
for child in cls.children(path):
|
||||
result.append(child)
|
||||
for child in cls.children(path):
|
||||
result.append(child)
|
||||
else:
|
||||
if depth == "0":
|
||||
result.append(cls(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue