summaryrefslogtreecommitdiff
path: root/src/buildstream/_workspaces.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-10-16 14:16:39 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-16 14:16:39 +0000
commit3ab6c57088f98acf69545cdc8c2ad393378ffb38 (patch)
treeca9fa2f46188660f4e3d7dd4c105280a661746a3 /src/buildstream/_workspaces.py
parentc6a7f43535138f86acd9e3c800618363be5b8e93 (diff)
parent0953d36cedb3ff1e6903ffefb49e1504bf3c7231 (diff)
downloadbuildstream-3ab6c57088f98acf69545cdc8c2ad393378ffb38.tar.gz
Merge branch 'bschubert/yaml-tidying' into 'master'
Some tidying up of our yaml API See merge request BuildStream/buildstream!1644
Diffstat (limited to 'src/buildstream/_workspaces.py')
-rw-r--r--src/buildstream/_workspaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_workspaces.py b/src/buildstream/_workspaces.py
index a16c840e5..f9023dc54 100644
--- a/src/buildstream/_workspaces.py
+++ b/src/buildstream/_workspaces.py
@@ -630,7 +630,7 @@ class Workspaces():
def _load_workspace(self, node):
running_files = node.get_mapping('running_files', default=None)
if running_files:
- running_files = running_files._strip_node_info()
+ running_files = running_files.strip_node_info()
dictionary = {
'prepared': node.get_bool('prepared', default=False),