summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_stream.py')
-rw-r--r--src/buildstream/_stream.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index a01938393..52ca7d401 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -949,10 +949,9 @@ class Stream():
#
# Args:
# targets (list of str): The target elements to reset the workspace for
- # soft (bool): Only reset workspace state
# track_first (bool): Whether to also track the sources first
#
- def workspace_reset(self, targets, *, soft, track_first):
+ def workspace_reset(self, targets, *, track_first):
elements, _ = self._load(targets, [],
selection=PipelineSelection.REDIRECT,