Create empty not supported container dynamically when no qualities are found - CURA-4451

This commit is contained in:
ChrisTerBeke 2017-10-23 15:41:45 +02:00
parent ff732720ca
commit 560be2931a
2 changed files with 25 additions and 0 deletions

View file

@ -53,6 +53,7 @@ class CrashHandler:
self.exception_type = exception_type
self.value = value
self.traceback = tb
self.dialog = QDialog()
# While we create the GUI, the information will be stored for sending afterwards
self.data = dict()