From dacb6ca492a1bf0d1b352615c0435826891a0fc0 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 17 May 2022 07:28:58 +0200 Subject: Bumped dependency of pyVHDLModel to latest release. --- pyGHDL/cli/dom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/cli') diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index 2443beb54..b342b3d9c 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -343,7 +343,7 @@ def main(): # mccabe:disable=MC0001 try: # handover to a class instance - app = Application() #debug, verbose, quiet) + app = Application() # debug, verbose, quiet) app.Run() app.exit() except PrettyPrintException as ex: -- cgit v1.2.3