Sfoglia il codice sorgente

Fix check_archives does not take json parameter.

Dan Helfman 6 anni fa
parent
commit
7ecdaea83a
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      borgmatic/commands/borgmatic.py

+ 1 - 2
borgmatic/commands/borgmatic.py

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