mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
Improve error message for missing main component
This commit is contained in:
parent
574961417d
commit
31564c7cf2
1 changed files with 2 additions and 0 deletions
|
@ -312,6 +312,8 @@ def _visit_time_ranges(vobject_item, child_name, range_fn, infinity_fn):
|
|||
if main is not None:
|
||||
raise ValueError("Multiple main components")
|
||||
main = comp
|
||||
if main is None:
|
||||
raise ValueError("Main component missing")
|
||||
yield main, False, recurrences
|
||||
|
||||
# Comments give the lines in the tables of the specification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue