mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Fix unnecessary self in project.py
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
078a8b270f
commit
fe200eeb52
@ -1087,7 +1087,7 @@ class Project(object):
|
||||
self._InitAnyMRef(R_M + self.manifest.branch)
|
||||
|
||||
def _InitMirrorHead(self):
|
||||
self._InitAnyMRef(self, HEAD)
|
||||
self._InitAnyMRef(HEAD)
|
||||
|
||||
def _InitAnyMRef(self, ref):
|
||||
cur = self.bare_ref.symref(ref)
|
||||
|
Loading…
Reference in New Issue
Block a user