mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-30 14:58:15 +00:00
Fix syntax error in the recent code
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user