diff options
Diffstat (limited to 'src/buildstream/_projectrefs.py')
-rw-r--r-- | src/buildstream/_projectrefs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_projectrefs.py b/src/buildstream/_projectrefs.py index f1796a16d..d10456b14 100644 --- a/src/buildstream/_projectrefs.py +++ b/src/buildstream/_projectrefs.py @@ -71,7 +71,7 @@ class ProjectRefs(): # Run any final assertions on the project.refs, just incase there # are list composition directives or anything left unprocessed. - _yaml.node_final_assertions(self._toplevel_node) + self._toplevel_node._assert_fully_composited() except LoadError as e: if e.reason != LoadErrorReason.MISSING_FILE: |