From 193939786ea045368c04b1bc5fe2f1115b9ee003 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Mon, 17 Jul 2017 12:41:59 +0100 Subject: [PATCH] u-exception-traceback Gbp-Pq: Name u-exception-traceback.patch --- src/bootstrap/bootstrap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index b326f95e50..3ebedf46ce 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -606,7 +606,8 @@ def main(): exit_code = e.code else: exit_code = 1 - print(e) + import traceback + traceback.print_exc() print("Build completed unsuccessfully in %s" % format_build_time(time() - start_time)) sys.exit(exit_code) -- 2.30.2