From 4872ea5d58d73ec046c7fbb0d598b9c8eccac1fe Mon Sep 17 00:00:00 2001 From: Nicolas Bonfante Date: Wed, 15 Jun 2016 18:09:09 +0200 Subject: [PATCH] correcting bug in test vjournal --- radicale/xmlutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index c4c4f3e..1394382 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -311,7 +311,7 @@ def _time_range_match(vobject_item, filter_, child_name): return True elif child_name == "VJOURNAL": - dtstart = getattr(child, "dstart", None) + dtstart = getattr(child, "dtstart", None) if dtstart is not None: dtstart = dtstart.value