diff options
author | Martin Blanchard <martin.blanchard@codethink.co.uk> | 2018-07-30 13:42:49 +0100 |
---|---|---|
committer | Martin Blanchard <martin.blanchard@codethink.co.uk> | 2018-08-01 16:16:33 +0100 |
commit | 4c739e2af5af0debd8a3394f108fcb78a49a5d53 (patch) | |
tree | 260f045259f21bbf0656c5ca965008d3f33abb28 /buildstream | |
parent | 00ddcbd765b25681452039d87b3928c4d61d99a3 (diff) | |
download | buildstream-4c739e2af5af0debd8a3394f108fcb78a49a5d53.tar.gz |
_stream.py: Print details on checkout failuremablanch/447-stack-trace-checkout
Diffstat (limited to 'buildstream')
-rw-r--r-- | buildstream/_stream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_stream.py b/buildstream/_stream.py index bd4b2ccf0..ad4e1066c 100644 --- a/buildstream/_stream.py +++ b/buildstream/_stream.py @@ -434,7 +434,7 @@ class Stream(): except BstError as e: raise StreamError("Error while staging dependencies into a sandbox" - ": '{}'".format(e), reason=e.reason) from e + ": '{}'".format(e), detail=e.detail, reason=e.reason) from e # workspace_open # |