The trigger_early_crash did not trigger early crash for testing purposes

CURA-5939
This commit is contained in:
Aleksei S 2018-12-06 12:00:26 +01:00
parent e8a933331c
commit 84c85439ff
2 changed files with 4 additions and 8 deletions

View file

@ -17,12 +17,6 @@ parser.add_argument("--debug",
default = False,
help = "Turn on the debug mode by setting this option."
)
parser.add_argument("--trigger-early-crash",
dest = "trigger_early_crash",
action = "store_true",
default = False,
help = "FOR TESTING ONLY. Trigger an early crash to show the crash dialog."
)
known_args = vars(parser.parse_known_args()[0])
if not known_args["debug"]: