diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 2d6254cc2e..972074816b 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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()