mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:05:53 +08:00
Improve error message with the trigger early crash option
This way our logs are a bit more clear.
This commit is contained in:
parent
99fe120bc2
commit
399a63912e
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user