summaryrefslogtreecommitdiff
path: root/src/buildstream/source.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-10 10:22:35 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-15 14:14:03 +0000
commite6caca7071e9a007f0ec0b59662b7b28e05cd4b1 (patch)
tree8fd7f26b8e6c41cb3f940b05c0aae2f2f667832a /src/buildstream/source.py
parenta1705d5e5ee5ed714528fff37520bf774f8f2fbe (diff)
downloadbuildstream-e6caca7071e9a007f0ec0b59662b7b28e05cd4b1.tar.gz
_yaml: Mark 'strip_node_info' as buildstream-private
Diffstat (limited to 'src/buildstream/source.py')
-rw-r--r--src/buildstream/source.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildstream/source.py b/src/buildstream/source.py
index 3b47b55ea..2cfc23c58 100644
--- a/src/buildstream/source.py
+++ b/src/buildstream/source.py
@@ -888,8 +888,8 @@ class Source(Plugin):
# Step 2 - Set the ref in memory, and determine changed state
#
# TODO: we are working on dictionaries here, would be nicer to just work on the nodes themselves
- clean = node.strip_node_info()
- to_modify = node.strip_node_info()
+ clean = node._strip_node_info()
+ to_modify = node._strip_node_info()
current_ref = self.get_ref() # pylint: disable=assignment-from-no-return