diff options
| author | Martin Sivak <msivak@redhat.com> | 2010-06-23 16:40:53 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2010-06-23 16:40:53 +0200 |
| commit | c531c2cb2ecd10aebd30e2b4994efc8ac277a7ac (patch) | |
| tree | 3bdfbc862bd3ddb1d874e51c59df0a0474ce79bf /pyfirstaidkit | |
| parent | 9c0924b4e947899956c9eafa0817d00e9f970503 (diff) | |
| download | firstaidkit-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')
| -rw-r--r-- | pyfirstaidkit/issue.py | 1 |
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): |
