Skip to content

Commit

Permalink
Fix parse error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmtech-rdi committed Nov 26, 2024
1 parent 5cf02fb commit 515a082
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build-system/erbb/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ def rule_to_exp_str (rule):

if rule_name in grammar.KEYWORDS:
expected ['keywords'].append ("'{}'".format (rule_name))
elif rule_name in grammar.CONTROL_KINDS:
expected ['control_kinds'].append ("'{}'".format (rule_name))
elif rule_name in grammar.SYMBOLS:
expected ['symbols'].append ("'{}'".format (rule_name))
else:
Expand Down

0 comments on commit 515a082

Please sign in to comment.