mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-12 02:52:30 +00:00
Fix non-collective confluent mode
list_collective returns an iterator, which will be True...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user