mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
ignoring another nav error
This commit is contained in:
parent
f13961790f
commit
98fca30fba
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ def _is_html_error(line):
|
|||
ret = True
|
||||
for p in [
|
||||
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):
|
||||
ret = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue