lf_cisco_power.py : needed to re-run pyflakes - changed "boo" to bool

This commit is contained in:
Chuck SmileyRekiere
2020-11-03 14:10:17 -07:00
parent 5b142020c3
commit a468a7b170

View File

@@ -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: