From eba8f2119e4363ffc01b04fdb61a76712ef34260 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 22 Jan 2021 18:09:05 -0700 Subject: [PATCH] lf_cisco_power.py : added information heading to Warnings and Errors --- lf_cisco_power.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_cisco_power.py b/lf_cisco_power.py index cdd9312e..b7a29b0b 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -593,7 +593,7 @@ def main(): worksheet.set_column(col, col, 24) # Set width worksheet.write(row, col, 'Time Stamp\n', dgreen_bold); col += 1 worksheet.set_column(col, col, 100) # Set width - worksheet.write(row, col, 'Warnings and Errors', dgreen_bold_left); col += 1 + worksheet.write(row, col, 'Information, Warnings, Errors', dgreen_bold_left); col += 1 row += 1 bandwidths = args.bandwidth.split()