Skip to content
Snippets Groups Projects
Commit 18aa78ba authored by Martin Blanchard's avatar Martin Blanchard Committed by Qinusty
Browse files

_stream.py: Print details on checkout failure

parent f91799e6
No related branches found
No related tags found
No related merge requests found
Pipeline #26942566 failed
......@@ -435,7 +435,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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment