Commit f3acac32ca5787ba8a79a04e83bd91ba40a13cdf

Authored by Sergio Oliveira
1 parent eeaed71e

Log exception

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/accounts/utils/mailman.py
@@ -164,4 +164,5 @@ def extract_listname_from_list(lists): @@ -164,4 +164,5 @@ def extract_listname_from_list(lists):
164 try: 164 try:
165 return [mlist.get('listname') for mlist in lists] 165 return [mlist.get('listname') for mlist in lists]
166 except ValueError: 166 except ValueError:
  167 + LOGGER.exception('listname not available')
167 return [] 168 return []