mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_cisco_power.py : needed to re-run pyflakes - changed "boo" to bool
This commit is contained in:
@@ -327,7 +327,7 @@ def main():
|
|||||||
# stdout logging
|
# stdout logging
|
||||||
logging.basicConfig(format=FORMAT, handlers=[console_handler])
|
logging.basicConfig(format=FORMAT, handlers=[console_handler])
|
||||||
|
|
||||||
if boo(email_dicts):
|
if bool(email_dicts):
|
||||||
logg.info("email_dicts {}".format(email_dicts))
|
logg.info("email_dicts {}".format(email_dicts))
|
||||||
|
|
||||||
if args.outfile != None:
|
if args.outfile != None:
|
||||||
|
|||||||
Reference in New Issue
Block a user