another exception

This commit is contained in:
kakwa 2019-02-09 19:37:52 +01:00
parent 4a8aa1c655
commit 7390c931b9
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ def _is_html_error(line):
r'.*Warning: <script> inserting "type" attribute.*',
r'.*Warning: <input> attribute "id" has invalid value.*',
r'.*Warning: <a> proprietary attribute.*',
r'.*Warning: <input> attribute "type" has invalid value.*',
]:
if re.match(p, line):
return False