diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-05-16 10:15:40 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-05-16 10:15:40 +0200 |
| commit | db1ca5dab27fe4335f96aea91989320e3b373d4e (patch) | |
| tree | c4a6f5d510683aecdbfc042ce79febe8c2884547 | |
| parent | 71cc6fcf10b430cecd9f209a07a734bcce611e40 (diff) | |
Typo in the return statement
| -rw-r--r-- | kittystore/kittysastore.py | 2 |
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 |
