Skip to content

Commit f77619b

Browse files
author
Carl Chang
authored
Update check_snmp.py
1 parent 1c77f26 commit f77619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_snmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_row_output(col_val_raw: str, col_type: str, col_prefix: str = None, col_
210210

211211
category_output = category_output.format(combined_status=status_formatter(category_code, with_color=args_MoreFormat))
212212

213-
sys.stdout.write(category_output)
213+
sys.stdout.write(category_output if args_Brief else category_output + '\n')
214214

215215
if imp: exitCodeImp = update_status_code(exitCodeImp, category_code)
216216
exitCode = update_status_code(exitCode, category_code)

0 commit comments

Comments
 (0)