summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeppo Yli-Olli <seppo.yliolli@gmail.com>2020-10-06 20:42:35 +0300
committerSeppo Yli-Olli <seppo.yliolli@gmail.com>2020-10-06 20:42:35 +0300
commit45eca394f59d1810127a4797e66fff82d06b84fa (patch)
tree8c36772841b29c95f772044bd92135ad39ad3739
parentece1192d5f5d6c737fe7e44b29da29980b9f4507 (diff)
downloadbuildstream-45eca394f59d1810127a4797e66fff82d06b84fa.tar.gz
Fix import of BlobNotFound
-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"