From ea1c5994134b416dd8621702c96d5e5e817c0e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Wed, 6 Jul 2011 22:23:41 +0200 Subject: [PATCH] Another minor cache bug --- darc/cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/darc/cache.py b/darc/cache.py index c1c3caf8c..12298f2b0 100644 --- a/darc/cache.py +++ b/darc/cache.py @@ -63,6 +63,7 @@ def open(self): self.files = None def _read_files(self): + self.files = {} with open(os.path.join(self.path, 'files'), 'rb') as fd: u = msgpack.Unpacker() while True: