Explorar o código

For the moment, allow passing non-kwargs to Repo._init_files

Jelmer Vernooij %!s(int64=2) %!d(string=hai) anos
pai
achega
975033fde2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -335,7 +335,7 @@ class BaseRepo:
         """
         raise NotImplementedError(self._determine_symlinks)
 
-    def _init_files(self, *, bare: bool, symlinks: Optional[bool] = None) -> None:
+    def _init_files(self, bare: bool, symlinks: Optional[bool] = None) -> None:
         """Initialize a default set of named files."""
         from .config import ConfigFile