Benjamin Schubert pushed to branch bschubert/cleanup-local-state at BuildStream / buildstream
Commits:
-
5938b915
by Benjamin Schubert at 2019-02-12T09:36:04Z
1 changed file:
Changes:
... | ... | @@ -162,7 +162,7 @@ class Loader(): |
162 | 162 |
return ret
|
163 | 163 |
|
164 | 164 |
def _clean_caches(self):
|
165 |
- for loader in self._loaders.items():
|
|
165 |
+ for loader in self._loaders.values():
|
|
166 | 166 |
loader._clean_caches()
|
167 | 167 |
|
168 | 168 |
self._meta_elements = {}
|