correcting bug in test vjournal

This commit is contained in:
Nicolas Bonfante 2016-06-15 18:09:09 +02:00
parent e4e1d81f9f
commit 4872ea5d58

View File

@ -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