2
0
Thomas Waldmann 2 жил өмнө
parent
commit
a18a9df364

+ 1 - 7
src/borg/archiver/common.py

@@ -71,13 +71,7 @@ def compat_check(*, create, manifest, key, cache, compatibility, decorator_name)
 
 
 def with_repository(
-    create=False,
-    lock=True,
-    exclusive=False,
-    manifest=True,
-    cache=False,
-    secure=True,
-    compatibility=None,
+    create=False, lock=True, exclusive=False, manifest=True, cache=False, secure=True, compatibility=None
 ):
     """
     Method decorator for subcommand-handling methods: do_XYZ(self, args, repository, …)