Commit 7d01d228 authored by Nicolas Delaby's avatar Nicolas Delaby

fix typo

parent aa4e509a
......@@ -2513,7 +2513,7 @@ class SynchronizationTool(BaseTool):
if not finished:
domain.activate(activity='SQLQueue',
tag=domain.getId(),
priority=self.PRIORITY).activateSyncModif(**kw)
priority=ACTIVITY_PRIORITY).activateSyncModif(**kw)
else:
cmd_id = result['cmd_id']
cmd_id_before_getsyncmldata = kw['cmd_id_before_getsyncmldata']
......
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