commit | 108ac363ea39b7ec8ad075e374d5e27f0190d376 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
tree | 4c50c55ac0280d004303793ade0de64270edc3fd | |
parent | f286517ad5e59b92dc6177e217880b7decb1d578 [diff] [blame] |
working on reporting, this commit represent broking code state
diff --git a/wally/test_run_class.py b/wally/test_run_class.py index a0c014f..fea846d 100644 --- a/wally/test_run_class.py +++ b/wally/test_run_class.py
@@ -43,7 +43,7 @@ def merge_node(self, creds: ConnCreds, roles: Set[str]) -> NodeInfo: info = NodeInfo(creds, roles) - nid = info.node_id() + nid = info.node_id if nid in self.nodes_info: self.nodes_info[nid].roles.update(info.roles)