mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -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
|
@classmethod
|
||||||
def preStartUp(cls):
|
def preStartUp(cls):
|
||||||
# Peek the arguments and look for the 'single-instance' flag.
|
# 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)
|
CuraApplication.addCommandLineOptions(parser)
|
||||||
cls.parseCommandLine()
|
cls.parseCommandLine()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue