Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Aug 20, 2024
1 parent 188d383 commit 071cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vfb_connect/neo/neo4j_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def get_lookup(self, cache=None, limit_type_by_prefix=('FBbt', 'VFBexp', 'VFBext
print(f"Caching ObjectProperties...")
property_lookup_query = "MATCH (a:ObjectProperty) " \
+ where + \
"UNWIND n.alternative_term as label " + \
"UNWIND a.alternative_term as label " + \
"RETURN a.short_form as id, label as name"
q = self.commit_list([property_lookup_query])
out.extend(dict_cursor(q))
Expand Down

0 comments on commit 071cea9

Please sign in to comment.