mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
CuraApplication: Making it one line again
Don't know why the pylint marker is here..
This commit is contained in:
parent
1a9c152041
commit
61b6831e62
@ -630,8 +630,7 @@ class CuraApplication(QtApplication):
|
||||
@classmethod
|
||||
def preStartUp(cls):
|
||||
# Peek the arguments and look for the 'single-instance' flag.
|
||||
parser = argparse.ArgumentParser(prog = "cura",
|
||||
add_help = False) # pylint: disable=bad-whitespace
|
||||
parser = argparse.ArgumentParser(prog = "cura", add_help = False) # pylint: disable=bad-whitespace
|
||||
CuraApplication.addCommandLineOptions(parser)
|
||||
# Important: It is important to keep this line here!
|
||||
# In Uranium we allow to pass unknown arguments to the final executable or script.
|
||||
|
Loading…
x
Reference in New Issue
Block a user