2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-28 11:57:37 +00:00

Merge branch 'master' of github.com:jjohnson42/confluent

This commit is contained in:
Jarrod Johnson 2018-06-01 15:54:31 -04:00
commit a45a0e31f1

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']