summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/stack.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/stack.py')
-rw-r--r--buildstream/plugins/elements/stack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/stack.py b/buildstream/plugins/elements/stack.py
index 45c49c514..593be7cbd 100644
--- a/buildstream/plugins/elements/stack.py
+++ b/buildstream/plugins/elements/stack.py
@@ -67,7 +67,7 @@ class StackElement(Element):
os.makedirs(os.path.dirname(outputdir), exist_ok=True)
# And we're done
- return '/output'
+ return '/output', {}
# Plugin entry point