diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-13 22:36:41 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 16:35:35 +0200 |
commit | edd59b8997c30c8a559d4d7d433631ef03c19546 (patch) | |
tree | 2e1acc036fddd73140650c69e9e054d85abbb608 /pyGHDL/dom/NonStandard.py | |
parent | c4326161ce97d3286e8dffe31d0c168e05f3f9ea (diff) | |
download | ghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.tar.gz ghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.tar.bz2 ghdl-edd59b8997c30c8a559d4d7d433631ef03c19546.zip |
Black formatting.
Diffstat (limited to 'pyGHDL/dom/NonStandard.py')
-rw-r--r-- | pyGHDL/dom/NonStandard.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyGHDL/dom/NonStandard.py b/pyGHDL/dom/NonStandard.py index 41f58732f..fe199d58e 100644 --- a/pyGHDL/dom/NonStandard.py +++ b/pyGHDL/dom/NonStandard.py @@ -213,9 +213,7 @@ class Document(VHDLModel_Document): else: raise DOMException( - "Unknown design unit kind '{kindName}'({kind}).".format( - kindName=nodeKind.name, kind=nodeKind - ) + "Unknown design unit kind '{kind}'.".format(kind=nodeKind.name) ) @property |