summaryrefslogtreecommitdiff
path: root/src/buildstream/_loader/loadcontext.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_loader/loadcontext.py')
-rw-r--r--src/buildstream/_loader/loadcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_loader/loadcontext.py b/src/buildstream/_loader/loadcontext.py
index 4e6c9bca6..a9eb4a7b7 100644
--- a/src/buildstream/_loader/loadcontext.py
+++ b/src/buildstream/_loader/loadcontext.py
@@ -87,7 +87,7 @@ class ProjectLoaders:
for loader in self._collect:
duplicating, internalizing = self._search_project_relationships(loader)
yield _ProjectInformation(
- loader.project, loader.provenance, [str(l) for l in duplicating], [str(l) for l in internalizing]
+ loader.project, loader.provenance_node, [str(l) for l in duplicating], [str(l) for l in internalizing]
)
# _search_project_relationships()