fix: mapcmds typo
This commit is contained in:
parent
46d17efd6c
commit
3d34229584
@ -568,7 +568,7 @@ class NodeManager(object):
|
||||
key=key))
|
||||
result = tools.run_batch(run_items, maxthreads, dict_result=True)
|
||||
for key in result:
|
||||
self.nodes[key].mapscmds = result[key][0]
|
||||
self.nodes[key].mapcmds = result[key][0]
|
||||
self.nodes[key].mapscr = result[key][1]
|
||||
|
||||
def calculate_log_size(self, timeout=15, maxthreads=100):
|
||||
|
Loading…
x
Reference in New Issue
Block a user