Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Sep 4, 2024
1 parent bdd28f3 commit 59db958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vfb_connect/cross_server_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def get_dbs(self, include_symbols=True, data_sources_only=True):
query += "RETURN i.short_form as id"

# Execute the query
results = self._query(query)
results = self.cypher_query(query, return_dataframe=False)
dbs = [d['id'] for d in results]

# Optionally include symbols
Expand Down

0 comments on commit 59db958

Please sign in to comment.