mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Fixed typo
This commit is contained in:
parent
2f72b9f960
commit
1b0e21b95a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class ChunkBuffer:
|
|||
BUFFER_SIZE = 1 * 1024 * 1024
|
||||
|
||||
def __init__(self, key):
|
||||
self.buffer = BytesIO().write
|
||||
self.buffer = BytesIO()
|
||||
self.packer = msgpack.Packer(unicode_errors='surrogateescape')
|
||||
self.chunks = []
|
||||
self.key = key
|
||||
|
|
|
|||
Loading…
Reference in a new issue