Not attchaments, continue

This commit is contained in:
resteve 2013-12-03 09:08:32 +01:00
parent bb86791c96
commit b3f21c8450
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class CSVProfile(ModelSQL, ModelView):
if not message.attachments:
logging.getLogger('Getmail CSV Import').info(
'Not attachments. Continue')
break
continue
sender = GetMail.get_email(message.sender)
party, _ = GetMail.get_party_from_email(sender)