Typo
This commit is contained in:
parent
33b6b46935
commit
48326226da
2
pvc.py
2
pvc.py
|
@ -68,7 +68,7 @@ def flush_host(node_name):
|
||||||
|
|
||||||
# Verify node is valid
|
# Verify node is valid
|
||||||
try:
|
try:
|
||||||
zk.get('/nodes/{}'.format(node_name)
|
zk.get('/nodes/{}'.format(node_name))
|
||||||
except:
|
except:
|
||||||
click.echo('ERROR: No node named {} is present in the cluster.'.format(node_name))
|
click.echo('ERROR: No node named {} is present in the cluster.'.format(node_name))
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
Loading…
Reference in New Issue