mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-02-23 23:27:27 +08: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