Home
last modified time | relevance | path

Searched refs:failed_lines (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tools/
Dpatch_updater.py249 failed_lines = [] variable
252 failed_lines.append(line.strip())
255 failed_patches[patch['name']] = failed_lines
/third_party/mindspore/mindspore/offline_debug/
Dconvert_async.py188 with open(self.failed_file_path) as failed_lines:
189 for failed_line in failed_lines: