mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Revert "CuraApplication: Getting argparser from Uranium"
This reverts commit 8c74092f48.
This commit is contained in:
parent
0967651a49
commit
9210d38412
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ class CuraApplication(QtApplication):
|
|||
@classmethod
|
||||
def preStartUp(cls):
|
||||
# Peek the arguments and look for the 'single-instance' flag.
|
||||
parser = cls.getCommandlineParser()
|
||||
parser = argparse.ArgumentParser(prog="cura") # pylint: disable=bad-whitespace
|
||||
CuraApplication.addCommandLineOptions(parser)
|
||||
cls.parseCommandLine()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue