Skip to content

Commit 69d1be8

Browse files
committed
typo in zk_utils.py
1 parent 8aa110b commit 69d1be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/seldon/cli/zk_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pull_all_nodes(zk_client,zkroot):
6464
get_all_nodes_list(zk_client, start_node, all_nodes_list)
6565
all_nodes_list = list(all_nodes_list)
6666
for node_path in all_nodes_list:
67-
if node_path == "/config/topics " or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
67+
if node_path == "/config/topics" or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
6868
print "Ignoring kafka data node ",node_path
6969
else:
7070
print "trying to sync ",node_path

0 commit comments

Comments
 (0)