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:
parent
32f944e67c
commit
fd33e6ae01
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user