diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-11 02:55:48 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 16:35:34 +0200 |
commit | 3f31acc7304b03996f045f39b9e1130a4ffdc330 (patch) | |
tree | 22ca4fbdb73ac850b00aa6c9a5fe4d892089520c /pyGHDL/cli | |
parent | 63cd71d89d9e389299cfb1c2faca35463d6502ee (diff) | |
download | ghdl-3f31acc7304b03996f045f39b9e1130a4ffdc330.tar.gz ghdl-3f31acc7304b03996f045f39b9e1130a4ffdc330.tar.bz2 ghdl-3f31acc7304b03996f045f39b9e1130a4ffdc330.zip |
Improved pretty-printing for hierarchy.
Diffstat (limited to 'pyGHDL/cli')
-rwxr-xr-x | pyGHDL/cli/dom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index 4a9fd0b3c..69a0b92ec 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -323,7 +323,6 @@ class Application(LineTerminal, ArgParseMixin): for architecture in architectures: entity.Architectures.append(architecture) - PP = PrettyPrint() buffer = [] |