1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00

Merge pull request #8115 from ThomasWaldmann/new-rc-fixes-master

return value fixes (master)
This commit is contained in:
TW 2024-02-21 23:39:43 +01:00 committed by GitHub
commit 6be1035d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,8 +226,6 @@ def chunkit(chunker_name, *args, **kwargs):
spec = "msgpack"
print(f"{spec:<12} {size:<10} {timeit(lambda: msgpack.packb(items), number=100):.3f}s")
return 0
def build_parser_benchmarks(self, subparsers, common_parser, mid_common_parser):
from ._common import process_epilog