mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Merge branch 'trycatch-broken-objects' of https://github.com/pbiering/Radicale into pbiering-trycatch-broken-objects
This commit is contained in:
commit
5d67257555
3 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue