summaryrefslogtreecommitdiff
path: root/src/buildstream/_includes.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-02 16:06:45 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-15 14:14:03 +0000
commit673f8f7fa761d61d7792d91fa2ef9d2595ad9f05 (patch)
tree7379ded7500a8993c763e6b71d31681459db9d55 /src/buildstream/_includes.py
parenta2a2346ac1cb12ba76c894c46faf1468682b678f (diff)
downloadbuildstream-673f8f7fa761d61d7792d91fa2ef9d2595ad9f05.tar.gz
_yaml: Move 'node_composite' to a method on 'MappingNode'
- Also take care of node_composite_move in the same way. - Adapt all calling places
Diffstat (limited to 'src/buildstream/_includes.py')
-rw-r--r--src/buildstream/_includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_includes.py b/src/buildstream/_includes.py
index ea2bf484e..4c1eabb7e 100644
--- a/src/buildstream/_includes.py
+++ b/src/buildstream/_includes.py
@@ -81,7 +81,7 @@ class Includes:
finally:
included.remove(file_path)
- _yaml.composite_and_move(node, include_node)
+ include_node.composite_under(node)
for value in node.values():
self._process_value(value,