Merge branch 'trycatch-broken-objects' of https://github.com/pbiering/Radicale into pbiering-trycatch-broken-objects

This commit is contained in:
Guillaume Ayoub
2017-02-26 16:24:41 +01:00
3 changed files with 10 additions and 0 deletions

View File

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