2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 19:40:12 +00:00

Fix non-collective confluent mode

list_collective returns an iterator, which will be True...
This commit is contained in:
Jarrod Johnson 2018-07-18 14:53:23 -04:00
parent 32f944e67c
commit fd33e6ae01

View File

@ -757,7 +757,7 @@ def handle_node_request(configmanager, inputdata, operation,
else:
nodesbymanager[manager].add(node)
continue
elif cfm.list_collective():
elif list(cfm.list_collective()):
badcollnodes.append(node)
if plugpath is not None:
try: