We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e0b4b commit 2c9b177Copy full SHA for 2c9b177
odml/section.py
@@ -76,6 +76,8 @@ def include(self, new_value):
76
return
77
78
term = terminology.load(url)
79
+ if not term:
80
+ return
81
new_section = term.get_section_by_path(path) if path is not None else term.sections[0]
82
83
if self._include is not None:
0 commit comments