diff --git a/cura_app.py b/cura_app.py index 118ea97c30..3e91235d96 100755 --- a/cura_app.py +++ b/cura_app.py @@ -15,7 +15,6 @@ parser.add_argument('--debug', default = False, help="Turn on the debug mode by setting this option." ) - ) known_args, unknown_args = parser.parse_known_args() known_args = vars(known_args)