Commit ce196bdc authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in parameter name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25270 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dcf7b2d5
...@@ -368,7 +368,7 @@ class SQLDict(RAMDict, SQLBase): ...@@ -368,7 +368,7 @@ class SQLDict(RAMDict, SQLBase):
activity_tool.SQLDict_setPriority( activity_tool.SQLDict_setPriority(
uid=[uid], uid=[uid],
delay=None, delay=None,
rety=None, retry=None,
priority=priority + 1) priority=priority + 1)
except: except:
LOG('SQLDict', WARNING, 'Failed to increase priority of %r' % (uid, ), error=sys.exc_info()) LOG('SQLDict', WARNING, 'Failed to increase priority of %r' % (uid, ), error=sys.exc_info())
......
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