From 4a8c0927a5b2742f272ad7cab2221b4a1b1dad12 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Sun, 15 Oct 2017 22:30:35 +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 ebc4c2fdf7..8ff19fc435 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -700,7 +700,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)) -- 2.30.2