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: