Remove spurious ZKConnection call

This commit is contained in:
Joshua Boniface 2018-09-25 01:47:18 -04:00
parent 2813fda06c
commit e5f81b26bf
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ def get_list(zk_conn, limit):
if re.match(limit, node) == None:
continue
except Exception as e:
common.stopZKConnection(zk_conn)
return False, 'Regex Error: {}'.format(e)
node_list.append(node)