Searched refs:polqa_out_filepath (Results 1 – 1 of 1) sorted by relevance
284 polqa_out_filepath = os.path.join(output_path, 'polqa.out')285 if os.path.exists(polqa_out_filepath):286 os.unlink(polqa_out_filepath)300 polqa_out_filepath,306 polqa_output = self._ParseOutputFile(polqa_out_filepath)312 def _ParseOutputFile(cls, polqa_out_filepath): argument323 with open(polqa_out_filepath) as f: