fix: mapcmds typo

This commit is contained in:
adobdin 2016-06-07 18:46:36 +00:00
parent 46d17efd6c
commit 3d34229584

View File

@ -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):