lf_report.py : added file_add_path

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-04-19 13:43:21 -06:00
parent 5d6da3b24e
commit 763e4272b6

View File

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