Searched refs:log_direct (Results 1 – 4 of 4) sorted by relevance
67 self.config.log_direct = os.path.join(self.config.project_path, self.config.log_direct)72 if not os.path.exists(self.config.log_direct):73 os.makedirs(self.config.log_direct)74 self.config.log_direct = os.path.join(self.config.log_direct,77 if not os.path.exists(self.config.log_direct):78 os.makedirs(self.config.log_direct)79 self.config.log_direct = os.path.join(self.config.project_path, self.config.log_direct)80 … self.config.error_filename = os.path.join(self.config.log_direct, self.config.error_filename)346 excel_path = os.path.join(self.config.log_direct, os.path.basename(file_path))
31 log_direct = "buildTestData" variable in Config
114 log_direct = r"buildTestData"