From b1ee751c7ba2b4f624b25159c86576eba4683a92 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 29 Oct 2021 09:43:52 -0400 Subject: [PATCH] Add newline to error output --- confluent_client/bin/nodefirmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodefirmware b/confluent_client/bin/nodefirmware index 62ff32a7..b053c0cb 100755 --- a/confluent_client/bin/nodefirmware +++ b/confluent_client/bin/nodefirmware @@ -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()