-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Just faced pyparsing.exceptions.ParseException
for option filter-aaaa-on-v4
:
pyparsing.exceptions.ParseException: Expected '}', found 'filter' (at char 2902), (line:98, col:9)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "library/bind9_info.py", line 227, in <module>
main()
File "library/bind9_info.py", line 223, in main
run_module()
File "library/bind9_info.py", line 208, in run_module
result = my_clauses.parseString(toplevel_config, parseAll=True)
File "/usr/local/lib/python3.8/ansible-2.12/lib/python3.8/site-packages/pyparsing/core.py", line 1141, in parse_string
raise exc.with_traceback(None)
pyparsing.exceptions.ParseSyntaxException: Expected '}', found 'filter' (at char 2902), (line:98, col:9)
Config:
options {
[…]
filter-aaaa-on-v4 yes;
[…]
};
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers