Skip to content

Commit

Permalink
Merge a968e0f into 31d203f
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Nov 24, 2020
2 parents 31d203f + a968e0f commit 22300e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions askomics/libaskomics/SparqlQuery.py
Expand Up @@ -883,8 +883,8 @@ def build_query_from_json(self, preview=False, for_editor=False):

# Browse attributes to get entities
for attr in self.json["attr"]:
if attr["visible"]:
entities = entities + attr["entityUris"]
entities = entities + attr["entityUris"]

entities = list(set(entities)) # uniq list

# Set graphs in function of entities needed
Expand Down

0 comments on commit 22300e5

Please sign in to comment.