Gets the first file parsing failure in the diagnostics
(output)
| 42 | |
| 43 | |
| 44 | def get_diagnostics_parse_fail(output): |
| 45 | """Gets the first file parsing failure in the diagnostics""" |
| 46 | return re.search('\[HTMLPrettify\] Failed to parse file: (.+?)\n', output) |
| 47 | |
| 48 | |
| 49 | def prettify(args): |
no outgoing calls
no test coverage detected