Skip to content

Commit

Permalink
filters var linking in on line
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov authored and tobixen committed Jun 13, 2024
1 parent f385cd9 commit 1a700ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caldav/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,8 +1342,7 @@ def build_search_xml_query(

comp_filter = None

if not filters:
filters = []
filters = filters or []

vNotCompleted = cdav.TextMatch("COMPLETED", negate=True)
vNotCancelled = cdav.TextMatch("CANCELLED", negate=True)
Expand Down

0 comments on commit 1a700ca

Please sign in to comment.