1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 11:16:43 +00:00

rcompress: use get/put_manifest

This commit is contained in:
Thomas Waldmann 2024-08-12 23:57:26 +02:00
parent b637542dcf
commit c292ee25c5
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -123,8 +123,8 @@ def checkpoint_func():
if not isinstance(repository, (Repository3, RemoteRepository3)):
# start a new transaction
data = repository.get(Manifest.MANIFEST_ID)
repository.put(Manifest.MANIFEST_ID, data)
data = repository.get_manifest()
repository.put_manifest(data)
uncommitted_chunks += 1
pi = ProgressIndicatorPercent(