mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_cisco_power.py(LCS-48): fixed typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user