removed as in cache.py

This commit is contained in:
Massimo Di Pierro
2012-05-02 17:26:14 -05:00
parent 2bd0f0d90d
commit d6178047eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-05-02 17:13:20) dev
Version 1.99.7 (2012-05-02 17:25:52) dev
+1 -1
View File
@@ -248,7 +248,7 @@ class CacheOnDisk(CacheAbstract):
storage = shelve.open(self.shelve_name)
storage.close = _close.__get__(storage, shelve.Shelf)
storage.locker = locker
except (Exception) as detail:
except Exception:
logger.error('corrupted cache file %s, will try to delete and recreate it!' % (self.shelve_name))
if storage:
storage.close()