فهرست منبع

Accept basedir argument (ignored) in MemoryRepo.

Jelmer Vernooij 6 سال پیش
والد
کامیت
7cd205829c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -1359,7 +1359,7 @@ class MemoryRepo(BaseRepo):
         except KeyError:
             pass
 
-    def get_named_file(self, path):
+    def get_named_file(self, path, basedir=None):
         """Get a file from the control dir with a specific name.
 
         Although the filename should be interpreted as a filename relative to