Fiddle with message.
This commit is contained in:
parent
86bd8fffc8
commit
a2e8a784c2
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class GenerateLR0(object):
|
|||
config_new = str(config)
|
||||
max_len = max(len(config_old), len(config_new)) + 1
|
||||
error = (
|
||||
"Conflicting actions for {symbol}:\n"
|
||||
"Conflicting actions for token '{symbol}':\n"
|
||||
" {config_old: <{max_len}}: {old}\n"
|
||||
" {config_new: <{max_len}}: {new}\n".format(
|
||||
config_old=config_old,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue