Fix fetch() method. Was being called with "wrong" arguments, raising exception. (#1916)
DIYFetchBugfix
This commit is contained in:
parent
264604df3e
commit
3de3664671
@ -542,7 +542,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
|
||||
def chdir_to_source(self):
|
||||
self.chdir()
|
||||
|
||||
def fetch(self, mirror_only):
|
||||
def fetch(self, *args, **kwargs):
|
||||
tty.msg("No need to fetch for DIY.")
|
||||
|
||||
def check(self):
|
||||
|
Loading…
Reference in New Issue
Block a user