summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 2e5388221f..0abd67924b 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -423,7 +423,7 @@ class Git(FetchMethod):
423 else: 423 else:
424 return True, str(rev) 424 return True, str(rev)
425 425
426 def checkstatus(self, ud, d): 426 def checkstatus(self, fetch, ud, d):
427 try: 427 try:
428 self._lsremote(ud, d, "") 428 self._lsremote(ud, d, "")
429 return True 429 return True