2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-24 12:11:52 +00:00

Add newline to error output

This commit is contained in:
Jarrod Johnson 2021-10-29 09:43:52 -04:00
parent 9428c1fb8e
commit b1ee751c7b

View File

@ -164,7 +164,7 @@ def show_firmware(session):
firmware_shown = True
printfirm(node, prefix, inv[prefix])
if not nodes_matched:
sys.stderr.write('No matching nodes for noderange "{0}"'.format(noderange))
sys.stderr.write('No matching nodes for noderange "{0}"\n'.format(noderange))
elif not firmware_shown and not exitcode:
argparser.print_help()