From 941af841fbb7b4d9a6ebdf41666db34f359754fd Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Tue, 25 Jul 2017 22:19:47 +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 6cd9496b7a..f12c7d3ffe 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -602,7 +602,8 @@ def main(): exit_code = e.code else: exit_code = 1 - print(e) + import traceback + traceback.print_exc() if not help_triggered: print("Build completed unsuccessfully in %s" % format_build_time(time() - start_time)) sys.exit(exit_code) -- 2.30.2