Skip to content

Commit 6bbb121

Browse files
committed
Use current rdflib interface. rdflib 89982f836780650389fb893d7d94e57a0d512cf5.
1 parent b7d4137 commit 6bbb121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quit/tools/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def evalUpdate(graph, update, initBindings=None, actionLog=False):
262262

263263
res = []
264264

265-
for u in update:
265+
for u in update.algebra:
266266

267267
ctx = QueryContext(graph)
268268
ctx.prologue = u.prologue

0 commit comments

Comments
 (0)