[Notes] [Git][BuildStream/buildstream][bschubert/cleanup-local-state] fixup! Cleanup internal Loader cache after loading elements



Title: GitLab

Benjamin Schubert pushed to branch bschubert/cleanup-local-state at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_loader/loader.py
    ... ... @@ -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 = {}
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]