Skip to content

Commit ba6eb6e

Browse files
committed
Always initialize Synonyms key in termInfo to fix CI test for terms with no synonyms
1 parent fcaa1d3 commit ba6eb6e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = path.abspath(path.dirname(__file__))
55

6-
__version__ = "1.6.3"
6+
__version__ = "1.6.4"
77

88
# Get the long description from the README file
99
with open(path.join(here, 'README.md')) as f:

src/vfbquery/vfb_queries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def term_info_parse_object(results, short_form):
408408
termInfo["Domains"] = {}
409409
termInfo["Licenses"] = {}
410410
termInfo["Publications"] = []
411+
termInfo["Synonyms"] = []
411412
termInfo["IsPaintedDomain"] = False
412413
termInfo["Technique"] = []
413414

0 commit comments

Comments
 (0)