summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-10-07 07:15:54 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-10-07 07:15:54 +0000
commitde9e152a01748c8360b84235ff715bf6469e261d (patch)
tree8c36772841b29c95f772044bd92135ad39ad3739
parentece1192d5f5d6c737fe7e44b29da29980b9f4507 (diff)
parent45eca394f59d1810127a4797e66fff82d06b84fa (diff)
downloadbuildstream-de9e152a01748c8360b84235ff715bf6469e261d.tar.gz
Merge branch 'nanonyme/fix-import' into 'bst-1'
Fix import of BlobNotFound See merge request BuildStream/buildstream!2083
-rw-r--r--buildstream/_artifactcache/artifactcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py
index 38500a048..00c17072f 100644
--- a/buildstream/_artifactcache/artifactcache.py
+++ b/buildstream/_artifactcache/artifactcache.py
@@ -30,7 +30,7 @@ from .. import _signals
from .. import utils
from .. import _yaml
-from .cascache import CASCache, CASRemote
+from .cascache import CASCache, CASRemote, BlobNotFound
CACHE_SIZE_FILE = "cache_size"