From: Rust Maintainers Date: Sun, 15 Oct 2017 19:31:03 +0000 (+0100) Subject: u-exception-traceback X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8276db00064a395c49422388e3cfe68be24a9b88;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 971064fe9f..387ef0322d 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -684,7 +684,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))