From 904f7c53ccd9edf98c4a929c97a1a6e1599c904e Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sat, 9 Dec 2017 16:00:34 +0100 Subject: [PATCH] Code style --- cura_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura_app.py b/cura_app.py index 3e91235d96..af4e1f2a48 100755 --- a/cura_app.py +++ b/cura_app.py @@ -13,7 +13,7 @@ parser = argparse.ArgumentParser(prog = "cura") parser.add_argument('--debug', action='store_true', default = False, - help="Turn on the debug mode by setting this option." + help = "Turn on the debug mode by setting this option." ) known_args, unknown_args = parser.parse_known_args() known_args = vars(known_args)