summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_cas/cascache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_cas/cascache.py b/buildstream/_cas/cascache.py
index 086510bf7..6418d72fd 100644
--- a/buildstream/_cas/cascache.py
+++ b/buildstream/_cas/cascache.py
@@ -1093,7 +1093,7 @@ class CASQuota:
if stored_size is not None:
self._cache_size = stored_size
else:
- self._cache_size = self.compute_cache_size()
+ self.compute_cache_size()
return self._cache_size