Commit e4fc1d9c authored by Aurel's avatar Aurel

add comment for future review

parent 2ab338fd
...@@ -290,6 +290,7 @@ class SyncMLSignature(XMLObject): ...@@ -290,6 +290,7 @@ class SyncMLSignature(XMLObject):
no_conflict : prevent the reset of signature for which conflict no_conflict : prevent the reset of signature for which conflict
has not been marked resolved, this is usefull when has not been marked resolved, this is usefull when
resetting all signature at the beginning of a sync process resetting all signature at the beginning of a sync process
XXX Use a better name and a positive value by default
""" """
if no_conflict and self.getValidationState() in ( if no_conflict and self.getValidationState() in (
'conflict', 'conflict',
......
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