Skip to content

Commit

Permalink
Use current rdflib interface. rdflib 89982f836780650389fb893d7d94e57a…
Browse files Browse the repository at this point in the history
…0d512cf5.
  • Loading branch information
white-gecko committed Jun 29, 2023
1 parent b7d4137 commit 6bbb121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quit/tools/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def evalUpdate(graph, update, initBindings=None, actionLog=False):

res = []

for u in update:
for u in update.algebra:

ctx = QueryContext(graph)
ctx.prologue = u.prologue
Expand Down

0 comments on commit 6bbb121

Please sign in to comment.