mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03: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
|
@ -872,6 +872,8 @@ def report(base_prefix, path, xml_request, collection):
|
|||
items = collection.pre_filtered_list(filters)
|
||||
|
||||
for item in items:
|
||||
if not item:
|
||||
continue
|
||||
if filters:
|
||||
match = (
|
||||
_comp_match if collection.get_meta("tag") == "VCALENDAR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue