mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-02 15:26:27 +00:00
Fix nodelist formatting of error
Error needed a newline after message to be clear.
This commit is contained in:
@@ -43,7 +43,7 @@ if len(args) > 1:
|
||||
seenattributes = set([])
|
||||
for res in session.read('/noderange/{0}/attributes/all'.format(noderange)):
|
||||
if 'error' in res:
|
||||
sys.stderr.write(res['error'])
|
||||
sys.stderr.write(res['error'] + '\n')
|
||||
exitcode = 1
|
||||
continue
|
||||
for node in res['databynode']:
|
||||
|
||||
Reference in New Issue
Block a user