소스 검색

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

return value fixes (master)
TW 1 년 전
부모
커밋
6be1035d8b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/borg/archiver/benchmark_cmd.py

+ 0 - 2
src/borg/archiver/benchmark_cmd.py

@@ -226,8 +226,6 @@ class BenchmarkMixIn:
         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