From: Rust Maintainers Date: Sun, 15 Oct 2017 21:30:35 +0000 (+0100) Subject: u-exception-traceback X-Git-Tag: archive/raspbian/1.20.0+dfsg1-1+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4a8c0927a5b2742f272ad7cab2221b4a1b1dad12;p=rustc.git u-exception-traceback Gbp-Pq: Name u-exception-traceback.patch --- 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))