mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_qa.py : removed unused parameter
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -301,7 +301,7 @@ Example: kpi_csv_sq.py --store --png --show --path <path to read kpi.csv> (read
|
||||
_output_pdf="lf_qa.pdf" )
|
||||
|
||||
current_time = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime())
|
||||
csv_results = "lf_qa{}-{}.csv".format(args.outfile, current_time)
|
||||
csv_results = "lf_qa-{}.csv".format(current_time)
|
||||
csv_results = report.file_add_path(csv_results)
|
||||
outfile = "lf_qa-{}".format(current_time)
|
||||
outfile_path = report.file_add_path(outfile)
|
||||
|
||||
Reference in New Issue
Block a user