summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-05-16 10:15:40 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-05-16 10:15:40 +0200
commitdb1ca5dab27fe4335f96aea91989320e3b373d4e (patch)
treec4a6f5d510683aecdbfc042ce79febe8c2884547
parent71cc6fcf10b430cecd9f209a07a734bcce611e40 (diff)
downloadkittystore-db1ca5dab27fe4335f96aea91989320e3b373d4e.tar.gz
kittystore-db1ca5dab27fe4335f96aea91989320e3b373d4e.tar.xz
kittystore-db1ca5dab27fe4335f96aea91989320e3b373d4e.zip
Typo in the return statement
-rw-r--r--kittystore/kittysastore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kittystore/kittysastore.py b/kittystore/kittysastore.py
index 17e2772..7eede24 100644
--- a/kittystore/kittysastore.py
+++ b/kittystore/kittysastore.py
@@ -152,7 +152,7 @@ class KittySAStore(KittyStore):
thread_id=thread_id).all()
except NoResultFound:
pass
- return mails
+ return mail
def get_thread_length(self, list_name, thread_id):
""" Return the number of email present in a thread. This thread