diff options
author | c-thaler <bummberumm@googlemail.com> | 2023-04-04 10:36:44 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2023-04-04 19:17:55 +0200 |
commit | 76690d00c3129325c6c8b6d17171b74a7fd583a2 (patch) | |
tree | 6f9cf9b1ca6512bcf01bfbed615acb46af8045dd /pyGHDL/dom | |
parent | f1a935135df36676b921efdeb0ec49eabd28a973 (diff) | |
download | ghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.tar.gz ghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.tar.bz2 ghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.zip |
pyGHDL: reformatting
Diffstat (limited to 'pyGHDL/dom')
-rw-r--r-- | pyGHDL/dom/Sequential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/Sequential.py b/pyGHDL/dom/Sequential.py index 42e5e2245..d1396941e 100644 --- a/pyGHDL/dom/Sequential.py +++ b/pyGHDL/dom/Sequential.py @@ -487,7 +487,7 @@ class ExitStatement(VHDLModel_ExitStatement, DOMMixin): ): super().__init__(condition=None, loopLabel=label) DOMMixin.__init__(self, exitNode) - #TODO: parse condition + # TODO: parse condition @export |