Commit 858aad26 authored by Aurel's avatar Aurel

index only if we path

parent 4057fd51
...@@ -642,6 +642,7 @@ class SyncMLSubscription(XMLObject): ...@@ -642,6 +642,7 @@ class SyncMLSubscription(XMLObject):
last_anchor=self.getLastAnchor(), last_anchor=self.getLastAnchor(),
next_anchor=self.getNextAnchor()) next_anchor=self.getNextAnchor())
# Index signature with their new value # Index signature with their new value
if len(path_list):
self.SQLCatalog_indexSyncMLDocumentList(path_list) self.SQLCatalog_indexSyncMLDocumentList(path_list)
def _sendFinalMessage(self): def _sendFinalMessage(self):
......
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