Skip to content

Commit

Permalink
typo in zk_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed May 19, 2017
1 parent 8aa110b commit 69d1be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/seldon/cli/zk_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def pull_all_nodes(zk_client,zkroot):
get_all_nodes_list(zk_client, start_node, all_nodes_list)
all_nodes_list = list(all_nodes_list)
for node_path in all_nodes_list:
if node_path == "/config/topics " or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
if node_path == "/config/topics" or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
print "Ignoring kafka data node ",node_path
else:
print "trying to sync ",node_path
Expand Down

0 comments on commit 69d1be8

Please sign in to comment.