From dc977e7b4564dd128e5f4c87c912131def2aba11 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Wed, 6 Oct 2021 10:04:34 -0600 Subject: [PATCH] lf_qa.py : removed check for show as no longer supporting plotly dash Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_qa.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/py-scripts/tools/lf_qa.py b/py-scripts/tools/lf_qa.py index 4ccf3f3f..1c9e9065 100755 --- a/py-scripts/tools/lf_qa.py +++ b/py-scripts/tools/lf_qa.py @@ -44,7 +44,6 @@ class csv_sql(): self.plot_figure = [] self.html_results ="" self.test_rig_list = [] - self.server_started = False self.dut_model_num_list = "NA" self.dut_model_num = "NA" self.dut_sw_version_list = "NA" @@ -422,11 +421,8 @@ Usage: lf_qa.py --store --png --path --databas print("if --png set to create png files then --store must also be set, exiting") exit(1) - if(args.png == True and args.show == True): - print("generating png files will effect initial display performance") - - if args.store == False and args.png == False and args.show == False: - print("Need to enter an action of --store --png --show ") + if args.store == False and args.png == False: + print("Need to enter an action of --store --png ") # create report class for reporting report = lf_report(_path = __path,