summaryrefslogtreecommitdiff
path: root/src/buildstream/_project.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-02 16:50:35 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-15 14:14:03 +0000
commit9345e88470205148217b78ebe605eac02799d091 (patch)
treeaab18abdbd4749506df941d4d71fe7ef6aae1025 /src/buildstream/_project.py
parent7b9a478868ba7a2a1f5b49142496d0eb77322e21 (diff)
downloadbuildstream-9345e88470205148217b78ebe605eac02799d091.tar.gz
_yaml: Move 'node_final_assertions' to 'Node._assert_fully_composited'
Diffstat (limited to 'src/buildstream/_project.py')
-rw-r--r--src/buildstream/_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_project.py b/src/buildstream/_project.py
index 72cf6306a..4f6b130fc 100644
--- a/src/buildstream/_project.py
+++ b/src/buildstream/_project.py
@@ -756,7 +756,7 @@ class Project():
output.source_overrides = config.get_mapping('sources', default={})
config.safe_del('elements')
config.safe_del('sources')
- _yaml.node_final_assertions(config)
+ config._assert_fully_composited()
self._load_plugin_factories(config, output)