summaryrefslogtreecommitdiff
path: root/buildstream
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream')
-rw-r--r--buildstream/_yamlcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_yamlcache.py b/buildstream/_yamlcache.py
index 9b5e3212f..fdd3c9ea2 100644
--- a/buildstream/_yamlcache.py
+++ b/buildstream/_yamlcache.py
@@ -329,7 +329,7 @@ class BstUnpickler(pickle.Unpickler):
if not project:
projects = [p.name for p in self._context.get_projects()]
raise pickle.UnpicklingError("No project with name {} found in {}"
- .format(key_id, projects))
+ .format(project_tag, projects))
else:
project = None
name = tagged_name