diff options
Diffstat (limited to 'pyGHDL/cli')
-rwxr-xr-x | pyGHDL/cli/dom.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |