Fix children list typo

This commit is contained in:
2018-10-27 16:03:01 -04:00
parent 8dca8c1cd2
commit 4b924e54d9
3 changed files with 4 additions and 4 deletions

View File

@ -215,7 +215,7 @@ def get_info(zk_conn, node, long_output):
def get_list(zk_conn, limit):
# Match our limit
node_list = []
full_node_list = zkhandler.list_children(zk_conn, '/nodes')
full_node_list = zkhandler.listchildren(zk_conn, '/nodes')
for node in full_node_list:
if limit != None:
try: