lf_cisco_power.py(LCS-48): fixed typo

This commit is contained in:
Chuck SmileyRekiere
2021-01-26 17:37:56 -07:00
parent 02b7d33a04
commit a3a6057056

View File

@@ -361,7 +361,7 @@ def main():
if (args.pf_dbm != None): if (args.pf_dbm != None):
pf_dbm = int(args.pf_dbm) pf_dbm = int(args.pf_dbm)
if (args.pf_a4_dropoff != None): if (args.pf_a4_dropoff != None):
pf_a4_dropoff = int(args.pf_p4_dropoff) pf_a4_dropoff = int(args.pf_a4_dropoff)
if (args.verbose): if (args.verbose):
# capture the controller output , thus won't go to stdout some output always present # capture the controller output , thus won't go to stdout some output always present
cap_ctl_out = False cap_ctl_out = False