mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix mistake in variable name in nodeconfig
This commit is contained in:
parent
8807fcfd22
commit
cefca49128
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user