summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Coldrick <thomascoldrick@ct-lt-1266.unassigned>2018-06-22 09:13:06 +0100
committerThomas Coldrick <thomascoldrick@ct-lt-1266.unassigned>2018-06-22 09:13:06 +0100
commit0b98d42ceb59aa60e075c1197d5be7218339a827 (patch)
treee46fd0bbc4dabb200a94474b17eb804b3cf6b538
parent5d45c52f1ee45519aad94347887432f27f5a5e4f (diff)
downloadbuildstream-138-aborting-bst-push-command-causes-stack-trace-3.tar.gz
-rw-r--r--buildstream/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index d58a88230..89a172070 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -1464,7 +1464,7 @@ class Element(Plugin):
.format(e))
raise
-
+
collectdir = os.path.join(sandbox_root, collect.lstrip(os.sep))
if not os.path.exists(collectdir):
raise ElementError(