summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/import.py')
-rw-r--r--src/buildstream/plugins/elements/import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/plugins/elements/import.py b/src/buildstream/plugins/elements/import.py
index 6ae8cef46..3a15aa7d3 100644
--- a/src/buildstream/plugins/elements/import.py
+++ b/src/buildstream/plugins/elements/import.py
@@ -75,7 +75,7 @@ class ImportElement(Element):
# Stage sources into the input directory
# Do not mount workspaces as the files are copied from outside the sandbox
- self._stage_sources_in_sandbox(sandbox, 'input', mount_workspaces=False)
+ self._stage_sources_in_sandbox(sandbox, 'input')
rootdir = sandbox.get_virtual_directory()
inputdir = rootdir.descend('input')