diff options
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py index d235fae2..4c570a54 100644 --- a/src/contact.py +++ b/src/contact.py @@ -65,6 +65,7 @@ class Contact(object): """ self.__item = item self.folded_states = defaultdict(lambda: True) + self.error = None @property def groups(self): |