git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1246
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 11 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> catalyst:
+ print an error saying what target failed before the traceback
+
25 Sep 2007; Andrew Gaffney <agaffney@gentoo.org>
modules/catalyst_support.py:
when parsing make.conf, first try pkgcore's
mytarget.run()
except:
+ # TODO: Capture traceback, so we can display this error after printing of the traceback
+ print "!!! catalyst: Error encountered during run of target " + addlargs["target"]
raise
if __name__ == "__main__":