mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 14:47:35 +03:00
catch 2nd case for broken object
This commit is contained in:
parent
cd97aab72c
commit
a57fcad270
2 changed files with 9 additions and 2 deletions
|
@ -796,6 +796,8 @@ def report(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