dump_local_hash after sync

This commit is contained in:
Amber 2024-11-05 10:24:28 +01:00
parent fb9200469e
commit 80f212964a

View File

@ -602,6 +602,9 @@ class Manager():
for node in added_done:
local_tree = self.update_local_hash('add', node, tree=local_tree)
## dump new tree
self.dump_local_hash(hsh=local_tree)
return local_tree
def update_local_hash(self,action, node_changed, tree=None):