diff --git a/lf_libs/lf_libs.py b/lf_libs/lf_libs.py index 4cd91915..5deb1c52 100644 --- a/lf_libs/lf_libs.py +++ b/lf_libs/lf_libs.py @@ -1228,6 +1228,7 @@ class lf_libs: def attach_report_graphs(self, report_name=None, pdf_name="WIFI Capacity Test PDF Report"): relevant_path = "../reports/" + report_name + "/" + logging.info("GETCWD" + str(os.getcwd())) entries = os.listdir("../reports/" + report_name + '/') logging.info("Entries" + str(entries)) pdf = False