Explorar el Código

Archives.list: reorder args

Thomas Waldmann hace 2 años
padre
commit
60ebd1d2b0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/borg/manifest.py

+ 2 - 2
src/borg/manifest.py

@@ -99,13 +99,13 @@ class Archives(abc.MutableMapping):
     def list(
         self,
         *,
+        consider_checkpoints=True,
         match=None,
         match_end=r"\Z",
         sort_by=(),
-        consider_checkpoints=True,
+        reverse=False,
         first=None,
         last=None,
-        reverse=False,
         older=None,
         newer=None,
         oldest=None,