From f3acac32ca5787ba8a79a04e83bd91ba40a13cdf Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 13 Oct 2015 12:11:33 -0300 Subject: [PATCH] Log exception --- colab/accounts/utils/mailman.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/accounts/utils/mailman.py b/colab/accounts/utils/mailman.py index c6db60c..9ee7862 100644 --- a/colab/accounts/utils/mailman.py +++ b/colab/accounts/utils/mailman.py @@ -164,4 +164,5 @@ def extract_listname_from_list(lists): try: return [mlist.get('listname') for mlist in lists] except ValueError: + LOGGER.exception('listname not available') return [] -- libgit2 0.21.2