Commit a7677c01 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop non-existent activate parameter.

parent 82524c4f
......@@ -85,7 +85,7 @@ maximum_depth = 1\n
assert depth <= maximum_depth\n
\n
def activate(**kw):\n
return context.activate(activity=\'SQLQueue\', lonely=1, tag=tag, **kw)\n
return context.activate(activity=\'SQLQueue\', tag=tag, **kw)\n
\n
if depth == maximum_depth and id_list:\n
# Immediate recursive check\n
......
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