# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst:
+ Allow build_target() to re-raise the exception for the top-level handler
+ to catch it
+
11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst:
Move catalyst.support import to top of file
except:
catalyst.util.print_traceback()
print "!!! catalyst: Error encountered during run of target " + addlargs["target"]
- sys.exit(1)
+# sys.exit(1)
+ raise
if __name__ == "__main__":