From 634d40a64f85e187e79bba3bf62773353139ccee Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Thu, 13 Oct 2022 00:28:59 +0530 Subject: [PATCH] Added List report dictory Signed-off-by: jitendracandela --- lf_libs/lf_libs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lf_libs/lf_libs.py b/lf_libs/lf_libs.py index 5deb1c52..6cde21d8 100644 --- a/lf_libs/lf_libs.py +++ b/lf_libs/lf_libs.py @@ -1229,6 +1229,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())) + logging.info("List report dict", + str(os.listdir("../reports"))) entries = os.listdir("../reports/" + report_name + '/') logging.info("Entries" + str(entries)) pdf = False