dump_local_hash after sync
This commit is contained in:
parent
fb9200469e
commit
80f212964a
@ -602,6 +602,9 @@ class Manager():
|
|||||||
for node in added_done:
|
for node in added_done:
|
||||||
local_tree = self.update_local_hash('add', node, tree=local_tree)
|
local_tree = self.update_local_hash('add', node, tree=local_tree)
|
||||||
|
|
||||||
|
## dump new tree
|
||||||
|
self.dump_local_hash(hsh=local_tree)
|
||||||
|
|
||||||
return local_tree
|
return local_tree
|
||||||
|
|
||||||
def update_local_hash(self,action, node_changed, tree=None):
|
def update_local_hash(self,action, node_changed, tree=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user