aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorc-thaler <bummberumm@googlemail.com>2023-04-04 10:36:44 +0200
committertgingold <tgingold@users.noreply.github.com>2023-04-04 19:17:55 +0200
commit76690d00c3129325c6c8b6d17171b74a7fd583a2 (patch)
tree6f9cf9b1ca6512bcf01bfbed615acb46af8045dd
parentf1a935135df36676b921efdeb0ec49eabd28a973 (diff)
downloadghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.tar.gz
ghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.tar.bz2
ghdl-76690d00c3129325c6c8b6d17171b74a7fd583a2.zip
pyGHDL: reformatting
-rw-r--r--pyGHDL/dom/Sequential.py2
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