summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r--src/buildstream/_artifact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py
index 1512a10a5..ff5bae4a1 100644
--- a/src/buildstream/_artifact.py
+++ b/src/buildstream/_artifact.py
@@ -401,7 +401,7 @@ class Artifact():
artifact = self._get_proto()
for logfile in artifact.logs:
- if not self._cas.contains(logfile.digest.hash):
+ if not self._cas.contains_file(logfile.digest):
return False
return True