From e74f049142811d4ed5ce6406bc0075fd4f7c68ee Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 10 Jan 2020 16:37:46 +0100 Subject: Fix bunch of issues found by pylint --- cura/CrashHandler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cura/CrashHandler.py') diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index 6b33dc2d03..e72180887c 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -58,6 +58,8 @@ class CrashHandler: self.traceback = tb self.has_started = has_started self.dialog = None # Don't create a QDialog before there is a QApplication + self.cura_version = None + self.cura_locale = None Logger.log("c", "An uncaught error has occurred!") for line in traceback.format_exception(exception_type, value, tb): -- cgit v1.2.3