summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index f40a8b51c..98f81f554 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -59,7 +59,7 @@ class Cache:
if self.cachedir in [None, '']:
self.has_cache = False
bb.msg.note(1, bb.msg.domain.Cache, "Not using a cache. Set CACHE = <directory> to enable.")
- return
+ return
self.has_cache = True
self.cachefile = os.path.join(self.cachedir,"bb_cache.dat")