Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert...
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 02:55:06 +0000 (02:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 02:55:06 +0000 (02:55 -0000)
commit4705aebba0bab2ac7aa97aa1f3d6708e4340b3f3
treeeaaf235c1792a4927466cbd5de766549b17ddddc
parent87acc0ea4786c928d68a3522afcd59e07415cc50
Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert the KeyError to an InvalidDependString exception since callers already handle it. (branches/2.1.2 r6715)

svn path=/main/branches/2.1.2.9/; revision=7440
pym/portage.py