Skip to content

Commit

Permalink
Cover all
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Qiu committed Sep 6, 2014
1 parent d11a6f8 commit 31c3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailchute/smtpd/mailchute.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __call__(self, peer, mailfrom, recipients, data):

db.session.commit()
logger.info("Message saved")
except Exception as e:
except Exception as e: # pragma: no cover
logger.exception(e)
db.session.rollback()

Expand Down

0 comments on commit 31c3e02

Please sign in to comment.