Move initialization of Scheduler._background from the constructor to the
authorZac Medico <zmedico@gentoo.org>
Sun, 9 Nov 2008 21:29:40 +0000 (21:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 9 Nov 2008 21:29:40 +0000 (21:29 -0000)
commitda8db0b8189d038fbda86b002343c33247e0b6ee
tree99c375887cf97bb29f3d0bf96581dd0d2f34397d
parent995f4f42a8022a734e28ef009e0d1cb00494b2da
Move initialization of Scheduler._background from the constructor to the
merge() method so that a potential InvalidDependString exception can be
handled there, causing merge() to return unsuccessfully. This avoids having
to raise an exception from the constructor.

svn path=/main/trunk/; revision=11838
pym/_emerge/__init__.py