From a3a605705609bb3610c5bd75680fc249df8c501a Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 26 Jan 2021 17:37:56 -0700 Subject: [PATCH] lf_cisco_power.py(LCS-48): fixed typo --- 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 1a0749f2..6f51d93c 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -361,7 +361,7 @@ def main(): if (args.pf_dbm != None): pf_dbm = int(args.pf_dbm) 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): # capture the controller output , thus won't go to stdout some output always present cap_ctl_out = False