1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-11 21:29:52 +02:00

ignoring another nav error

This commit is contained in:
kakwa 2019-02-09 18:44:51 +01:00
parent f13961790f
commit 98fca30fba

View File

@ -84,7 +84,8 @@ def _is_html_error(line):
ret = True ret = True
for p in [ for p in [
r'.*Warning: trimming empty <span>.*', r'.*Warning: trimming empty <span>.*',
r'.*Error: <nav> is not recognized!.*' r'.*Error: <nav> is not recognized!.*',
r'.*Warning: discarding unexpected <nav>.*',
]: ]:
if re.match(p, line): if re.match(p, line):
ret = False ret = False