summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_stream.py')
-rw-r--r--buildstream/_stream.py2
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
#