From 399a63912e063a9c18517bf552da7e381ef4d175 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Feb 2018 16:10:58 +0100 Subject: [PATCH] Improve error message with the trigger early crash option This way our logs are a bit more clear. --- cura/CuraApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index c39ce1d079..06bcdbfe05 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -225,7 +225,7 @@ class CuraApplication(QtApplication): # FOR TESTING ONLY if kwargs["parsed_command_line"].get("trigger_early_crash", False): - 1/0 + assert not "This crash is triggered by the trigger_early_crash command line argument." self.default_theme = "cura-light"