This commit is contained in:
Florian Bruhin 2014-11-02 19:16:13 +01:00
parent 6ede565ffd
commit e911a2bd6d

View File

@ -229,6 +229,7 @@ class ExceptionCrashDialog(_CrashDialog):
NAME = 'exception'
def __init__(self, debug, pages, cmdhist, exc, objects, parent=None):
self._chk_log = None
super().__init__(debug, parent)
self._pages = pages
self._cmdhist = cmdhist