1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

3rd catch

This commit is contained in:
Peter Bieringer 2016-09-17 15:11:02 +02:00
parent a57fcad270
commit e6ba31937a

View file

@ -244,6 +244,8 @@ class Application:
read_allowed_items = [] read_allowed_items = []
write_allowed_items = [] write_allowed_items = []
for item in items: for item in items:
if not item:
continue
if isinstance(item, self.Collection): if isinstance(item, self.Collection):
path = item.path path = item.path
else: else: