lf_report.py , lf_snp_test.py : add reporting

This commit is contained in:
Chuck SmileyRekiere
2021-04-19 13:41:31 -06:00
parent 01bb2ebd81
commit 5d6da3b24e
2 changed files with 30 additions and 12 deletions

View File

@@ -179,6 +179,11 @@ class lf_report():
def get_report_path(self):
return self.path_date_time
def file_location(self, file):
output_file = str(self.path_date_time)+'/'+ str(file)
print("output file {}".format(output_file))
return output_file
def write_html(self):
self.write_output_html = str(self.path_date_time)+'/'+ str(self.output_html)
print("write_output_html: {}".format(self.write_output_html))