]> git.ozlabs.org Git - patchwork/commit
parsemail: Don't catch all exceptions when a Project isn't found
authorJeremy Kerr <jk@ozlabs.org>
Fri, 29 May 2015 00:07:19 +0000 (08:07 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 29 May 2015 00:08:32 +0000 (08:08 +0800)
commit53a1c887e2dcea2121837b79093efa5ac8f4f592
tree550dfd28bf8a4e5460702b588cabfd2c8f7ac5df
parentf916037f41cb88b169dbd071d4e0decd4d3ac06b
parsemail: Don't catch all exceptions when a Project isn't found

This is the first query that parsemail will do, and we don't want to
lose any non-missing-project-related errors.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
patchwork/bin/parsemail.py