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:
commit
6be1035d8b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue