lf_qa.py : removed unused parameter

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-08 18:53:22 -06:00
parent 5f62640283
commit a64ea0f45a

View File

@@ -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)