From 76690d00c3129325c6c8b6d17171b74a7fd583a2 Mon Sep 17 00:00:00 2001 From: c-thaler Date: Tue, 4 Apr 2023 10:36:44 +0200 Subject: pyGHDL: reformatting --- pyGHDL/dom/Sequential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/dom/Sequential.py') 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 -- cgit v1.2.3