Removed comma

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-10-13 01:12:50 +05:30
parent 634d40a64f
commit 5dbf8cc9ce

View File

@@ -1229,7 +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")))
logging.info("List report dict" + str(os.listdir("../reports")))
entries = os.listdir("../reports/" + report_name + '/')
logging.info("Entries" + str(entries))
pdf = False