summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py1
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):