Commit 958eac77 authored by Jérome Perrin's avatar Jérome Perrin

fixup! CMFActivity py3

parent dcb0f29e
......@@ -788,7 +788,7 @@ CREATE TABLE %s (
b" %s%s"
b" ORDER BY priority, date"
b" LIMIT %i"
b")" % args).format(*a, *k))
b")" % args).format(*a, **k))
result = Results(query(
b"SELECT *"
b" FROM (%s) AS t"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment