Lines Matching refs:path
26 path = data['path_xts_report']
27 file_list = os.listdir(path)
29 summary_report = os.path.join(path, file_list[-1], "summary_report.html")
30 if (os.path.exists(summary_report)):
33 details_report = os.path.join(path, file_list[-1], "details_report.html")
34 if (os.path.exists(details_report)):
37 failures_report = os.path.join(path, file_list[-1], "failures_report.html")
38 if (os.path.exists(failures_report)):