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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index 86664de96..4b8409323 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -926,6 +926,7 @@ class Stream:
if soft:
workspace.prepared = False
+ workspace.last_successful = None
self._message(
MessageType.INFO, "Reset workspace state for {} at: {}".format(element.name, workspace_path)
)