Skip to content

Commit

Permalink
[ontopy] fix SparqlIndexClient
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jan 16, 2024
1 parent 4894ddc commit 3cf3e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontopy/ontologenius/clientsIndex/SparqlIndexClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, name):
self._name = 'sparql_index'
if name != '':
self._name = self._name + '/' + name
self._client = Ontoros.createService('ontologenius/' + self._name, OntologeniusSparqlIndexService, True)
self._client = Ontoros.createService('ontologenius/' + self._name, OntologeniusSparqlIndexService)


def call(self, query):
Expand Down

0 comments on commit 3cf3e4f

Please sign in to comment.