2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-27 05:30:53 +00:00

Fix mistake in variable name in nodeconfig

This commit is contained in:
Jarrod Johnson
2018-05-25 10:21:34 -04:00
parent 3ace7747ab
commit 31effcc025

View File

@@ -190,7 +190,7 @@ if setmode:
rcode |= client.printerror(fr)
for node in fr.get('databynode', []):
r = fr['databynode'][node]
exitcode |= client.printerror(r, node)
rcode |= client.printerror(r, node)
if 'value' not in r:
continue
keyval = r['value']