mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-12 02:52:30 +00:00
Fix typo in error message
This commit is contained in:
@@ -772,7 +772,7 @@ def handle_node_request(configmanager, inputdata, operation,
|
||||
if badcollnodes:
|
||||
raise exc.ConfluentException(
|
||||
'collective management active, '
|
||||
'collective.manager must by set for {0}'.format(
|
||||
'collective.manager must be set for {0}'.format(
|
||||
','.join(badcollnodes)))
|
||||
workers = greenpool.GreenPool()
|
||||
numworkers = 0
|
||||
|
||||
Reference in New Issue
Block a user