Merge "objectstore: trivial cleanup in _Base"

This commit is contained in:
Jenkins 2013-08-01 15:12:44 +00:00 committed by Gerrit Code Review
commit b999458a43

View File

@ -56,7 +56,7 @@ class _Base(plugin.PollsterBase):
if self.CACHE_KEY_HEAD not in cache:
cache[self.CACHE_KEY_HEAD] = list(self._get_account_info(ksclient,
cache))
return iter(cache['swift.head_account'])
return iter(cache[self.CACHE_KEY_HEAD])
def _get_account_info(self, ksclient, cache):
try: