mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Code style
This commit is contained in:
parent
37cf78487e
commit
904f7c53cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue