another exception for todylib

This commit is contained in:
kakwa 2019-02-09 19:21:41 +01:00
parent 7a8468f8b1
commit fba2d32b44
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def _is_html_error(line):
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',
r'.*Warning: <script> inserting "type" attribute.*',
r'.*testing: good.*',
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
]:
if re.match(p, line):
return False