mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-20 09:34:27 -04:00
fix typo in comment
This commit is contained in:
parent
21e03af56b
commit
ec73e45ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class AtticOperations(llfuse.Operations):
|
|||
self.pending_archives[archive_inode] = Archive(repository, key, manifest, archive_name)
|
||||
|
||||
def process_archive(self, archive, prefix=[]):
|
||||
"""Build fuse inode hierarcy from archive metadata
|
||||
"""Build fuse inode hierarchy from archive metadata
|
||||
"""
|
||||
unpacker = msgpack.Unpacker()
|
||||
for key, chunk in zip(archive.metadata[b'items'], self.repository.get_many(archive.metadata[b'items'])):
|
||||
|
|
|
|||
Loading…
Reference in a new issue