summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/issue.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-06-23 16:40:53 +0200
committerMartin Sivak <msivak@redhat.com>2010-06-23 16:40:53 +0200
commitc531c2cb2ecd10aebd30e2b4994efc8ac277a7ac (patch)
tree3bdfbc862bd3ddb1d874e51c59df0a0474ce79bf /pyfirstaidkit/issue.py
parent9c0924b4e947899956c9eafa0817d00e9f970503 (diff)
downloadfirstaidkit-c531c2cb2ecd10aebd30e2b4994efc8ac277a7ac.tar.gz
firstaidkit-c531c2cb2ecd10aebd30e2b4994efc8ac277a7ac.tar.xz
firstaidkit-c531c2cb2ecd10aebd30e2b4994efc8ac277a7ac.zip
Refactor the gtk question code and add preliminary support for failed (exception) issues
Diffstat (limited to 'pyfirstaidkit/issue.py')
-rw-r--r--pyfirstaidkit/issue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyfirstaidkit/issue.py b/pyfirstaidkit/issue.py
index 2c956a6..b4bcee2 100644
--- a/pyfirstaidkit/issue.py
+++ b/pyfirstaidkit/issue.py
@@ -30,6 +30,7 @@ class SimpleIssue(object):
self._checked = False
self._happened = False
self._fixed = False
+ self._exception = None
def set(self, happened = None, fixed = None, checked = None,
reporting = None, **kwreportingargs):