Commit 8c012584 authored by Nicolas Delaby's avatar Nicolas Delaby

fix typo again

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14718 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd96dbf2
...@@ -751,8 +751,8 @@ class SynchronizationTool( SubscriptionSynchronization, ...@@ -751,8 +751,8 @@ class SynchronizationTool( SubscriptionSynchronization,
and confirmed that the remote box should keep it's value and confirmed that the remote box should keep it's value
""" """
#LOG('manageLocalValue',0,'%s %s %s' % (str(subscription_url), #LOG('manageLocalValue',0,'%s %s %s' % (str(subscription_url),
str(property_id), # str(property_id),
str(object_path))) # str(object_path)))
for conflict in self.getConflictList(): for conflict in self.getConflictList():
#LOG('manageLocalValue, conflict:',0,conflict) #LOG('manageLocalValue, conflict:',0,conflict)
if conflict.getPropertyId() == property_id: if conflict.getPropertyId() == property_id:
......
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