diff --git a/client-common/client_lib/node.py b/client-common/client_lib/node.py index b1fb4aa3..34c15824 100644 --- a/client-common/client_lib/node.py +++ b/client-common/client_lib/node.py @@ -148,7 +148,6 @@ def get_info(zk_conn, node, long_output): information = getInformationFromNode(zk_conn, node, long_output) if information == None: - common.stopZKConnection(zk_conn) return False, 'ERROR: Could not find a node matching that name.' click.echo(information) @@ -179,7 +178,6 @@ def get_list(zk_conn, limit): node_list_output = [] node_daemon_state = {} - node_daemon_state = {} node_domain_state = {} node_cpu_count = {} node_mem_used = {}