Explorar o código

Fix check_archives does not take json parameter.

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
7ecdaea83a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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))