diff --git a/lf_tx_power.py b/lf_tx_power.py index 3238ebe8..21ff926d 100755 --- a/lf_tx_power.py +++ b/lf_tx_power.py @@ -1653,7 +1653,7 @@ def main(): cc_dbmi = int(cc_dbm) diff_dbm = calc_dbm - cc_dbmi if(int(abs(diff_dbm)) > pfrange): - e_tot = "ERROR: Controller dBm and Calculated dBm Beacon power different by greater than +/- {} dBm".format( + e_tot = "ERROR: Controller dBm and Calculated dBm power different by greater than +/- {} dBm".format( args.pf_dbm) # pass / fail dbm pf = 0