Browse Source

Improve error message with the trigger early crash option

This way our logs are a bit more clear.
Ghostkeeper 7 years ago
parent
commit
399a63912e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/CuraApplication.py

+ 1 - 1
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"