]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: don't catch all Exception from check_requirement(), but only PackagingError...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 28 Jan 2011 15:20:06 +0000 (08:20 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 28 Jan 2011 15:20:06 +0000 (08:20 -0700)
commitb30a269ec2477e84e1b765379f9cebf0cfcb1939
tree985c141ba89b278d3a87b9043f95e4f1c831ce99
parentf251bbece5f8f188678bd6452374defc9221bb3c
setup: don't catch all Exception from check_requirement(), but only PackagingError and ImportError
I noticed this because I had accidentally inserted a bug which caused AssertionError to be raised from check_requirement().
src/allmydata/__init__.py