From 547baff239524301b134d1378db5bc125f55c67c Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 1 Feb 2018 13:17:37 +0100 Subject: [PATCH] Always show crash dialog CURA-4895 --- cura/CrashHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index 3ddc878b40..f49983143f 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -66,7 +66,7 @@ class CrashHandler: for part in line.rstrip("\n").split("\n"): Logger.log("c", part) - if not CuraDebugMode and exception_type not in fatal_exception_types: + if exception_type not in fatal_exception_types: return self._send_report_checkbox = None