1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Get python3 ./setup.py test to pass cleanly

~ B'ezrat Hashem ~
This commit is contained in:
Braxton Plaxco 2019-06-04 19:54:04 -04:00 committed by Unrud
parent 2a6d2dcf94
commit 27185f7291
5 changed files with 9 additions and 9 deletions

View file

@ -373,7 +373,7 @@ def visit_time_ranges(vobject_item, child_name, range_fn, infinity_fn):
# Line 6
if range_fn(reference_date - SECOND,
reference_date + SECOND, is_recurrence):
return
return
elif created is not None:
# Line 7
if range_fn(reference_date, DATETIME_MAX, is_recurrence):