lf_qa.py : remove spaces from html links

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-10 14:21:25 -06:00
parent 889e083339
commit d8571ee77e

View File

@@ -186,6 +186,7 @@ class csv_sqlite_dash():
png_path = png_path.replace(' ','')
# generate html graphics path
html_path = os.path.join(kpi_path_list[-1],"{}_{}_{}_kpi.html".format( group, test_tag, test_rig))
html_path = html_path.replace(' ','')
# NOTE: html links to png do not like spaces
png_server_img = self.server + png_path.replace('/home/lanforge','')
# generate png image