There was an error while loading. Please reload this page.
1 parent 633f3dc commit 8ded560Copy full SHA for 8ded560
1 file changed
src/pyobo/cli/obo_lexical_review.py
@@ -188,6 +188,7 @@ def _get_calls(
188
match
189
for synonym in node.meta.synonyms
190
for match in matcher.get_matches(synonym.val)
191
+ if synonym.val and synonym.val.strip()
192
)
193
194
# there are a lot of NCIT matches, which aren't that informative
0 commit comments