Searched refs:rawlog_sections (Results 1 – 1 of 1) sorted by relevance
44 rawlog_sections = { variable125 for logtype in rawlog_sections:220 for logtype in rawlog_sections:223 logger.info("Extracting " + rawlog_sections[logtype] + "-raw.log")224 … with open(dst.replace(fn, rawlog_sections[logtype] + "-raw.log"), "w+") as f: