Skip to content

Commit

Permalink
Replace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jul 27, 2023
1 parent 130e8ef commit 7946cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions askomics/libaskomics/SparqlQuery.py
Expand Up @@ -1661,6 +1661,7 @@ def build_query_from_json(self, preview=False, for_editor=False):
# Linked attributes: replace SPARQL variable target by source
self.replace_variables_in_blocks(var_to_replace)
self.replace_variables_in_triples(var_to_replace)
self.replace_variables_in_blocks_dict(var_to_replace)

# Write the query
# query is for editor (no froms, no federated)
Expand Down

0 comments on commit 7946cc1

Please sign in to comment.