mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-14 18:36:40 +00:00
Another minor cache bug
This commit is contained in:
parent
c125ecc2f9
commit
ea1c599413
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ def open(self):
|
||||||
self.files = None
|
self.files = None
|
||||||
|
|
||||||
def _read_files(self):
|
def _read_files(self):
|
||||||
|
self.files = {}
|
||||||
with open(os.path.join(self.path, 'files'), 'rb') as fd:
|
with open(os.path.join(self.path, 'files'), 'rb') as fd:
|
||||||
u = msgpack.Unpacker()
|
u = msgpack.Unpacker()
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue