aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/cache.py')
-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 5899356c0..eb4ae856c 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -117,7 +117,7 @@ class Cache:
To do this, we need to parse the file.
"""
bb_data, skipped = self.load_bbfile(fn, cooker)
- return bb_data, False
+ return bb_data
def loadData(self, fn, cooker):
"""