mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	Added logger in GETCWD
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		@@ -1228,6 +1228,7 @@ class lf_libs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def attach_report_graphs(self, report_name=None, pdf_name="WIFI Capacity Test PDF Report"):
 | 
					    def attach_report_graphs(self, report_name=None, pdf_name="WIFI Capacity Test PDF Report"):
 | 
				
			||||||
        relevant_path = "../reports/" + report_name + "/"
 | 
					        relevant_path = "../reports/" + report_name + "/"
 | 
				
			||||||
 | 
					        logging.info("GETCWD" + str(os.getcwd()))
 | 
				
			||||||
        entries = os.listdir("../reports/" + report_name + '/')
 | 
					        entries = os.listdir("../reports/" + report_name + '/')
 | 
				
			||||||
        logging.info("Entries" + str(entries))
 | 
					        logging.info("Entries" + str(entries))
 | 
				
			||||||
        pdf = False
 | 
					        pdf = False
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user