소스 검색

check_archives does not take json parameter

Nils Hesse 6 년 전
부모
커밋
98cb2644db
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      borgmatic/commands/borgmatic.py

+ 1 - 2
borgmatic/commands/borgmatic.py

@@ -191,8 +191,7 @@ def _run_commands_on_repository(
             storage,
             consistency,
             local_path=local_path,
-            remote_path=remote_path,
-            json=args.json
+            remote_path=remote_path
         )
     if args.list:
         logger.info('{}: Listing archives'.format(repository))