Fix an indentation bug
This commit is contained in:
parent
f9d041ba6b
commit
d256a0551c
@ -218,8 +218,8 @@ class Collection(object):
|
|||||||
else:
|
else:
|
||||||
if include_container:
|
if include_container:
|
||||||
result.append(cls(path, principal))
|
result.append(cls(path, principal))
|
||||||
for child in cls.children(path):
|
for child in cls.children(path):
|
||||||
result.append(child)
|
result.append(child)
|
||||||
else:
|
else:
|
||||||
if depth == "0":
|
if depth == "0":
|
||||||
result.append(cls(path))
|
result.append(cls(path))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user