mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix syntax error in the recent code
This commit is contained in:
parent
3b2a18a650
commit
57e323786e
@ -200,7 +200,7 @@ def _rpc_master_del_nodes(tenant, nodes):
|
||||
ConfigManager(tenant).del_nodes(nodes)
|
||||
|
||||
|
||||
def _rpc_del_nodes(tenant, nodes)
|
||||
def _rpc_del_nodes(tenant, nodes):
|
||||
ConfigManager(tenant)._true_del_nodes(nodes)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user