aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Expression.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-13 22:36:41 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 16:35:35 +0200
commitedd59b8997c30c8a559d4d7d433631ef03c19546 (patch)
tree2e1acc036fddd73140650c69e9e054d85abbb608 /pyGHDL/dom/Expression.py
parentc4326161ce97d3286e8dffe31d0c168e05f3f9ea (diff)
downloadghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.tar.gz
ghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.tar.bz2
ghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.zip
Black formatting.
Diffstat (limited to 'pyGHDL/dom/Expression.py')
-rw-r--r--pyGHDL/dom/Expression.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/dom/Expression.py b/pyGHDL/dom/Expression.py
index 3b871f7dd..e8488b590 100644
--- a/pyGHDL/dom/Expression.py
+++ b/pyGHDL/dom/Expression.py
@@ -597,8 +597,8 @@ class Aggregate(VHDLModel_Aggregate, DOMMixin):
choices.append(OthersAggregateElement(item, value))
else:
raise DOMException(
- "Unknown choice kind '{kindName}'({kind}) in aggregate '{aggr}'.".format(
- kind=kind, kindName=kind.name, aggr=node
+ "Unknown choice kind '{kind}' in aggregate '{aggr}'.".format(
+ kind=kind.name, aggr=node
)
)