mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +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:
|
if main is not None:
|
||||||
raise ValueError("Multiple main components")
|
raise ValueError("Multiple main components")
|
||||||
main = comp
|
main = comp
|
||||||
|
if main is None:
|
||||||
|
raise ValueError("Main component missing")
|
||||||
yield main, False, recurrences
|
yield main, False, recurrences
|
||||||
|
|
||||||
# Comments give the lines in the tables of the specification
|
# Comments give the lines in the tables of the specification
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue