From a468a7b1706fe937009ee33583ebeea43b130b7a Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 3 Nov 2020 14:10:17 -0700 Subject: [PATCH] lf_cisco_power.py : needed to re-run pyflakes - changed "boo" to bool --- 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 1a3ef875..0d6c0c21 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -327,7 +327,7 @@ def main(): # stdout logging logging.basicConfig(format=FORMAT, handlers=[console_handler]) - if boo(email_dicts): + if bool(email_dicts): logg.info("email_dicts {}".format(email_dicts)) if args.outfile != None: