mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Revert "loman: work with new gerrit workflow"
This reverts commit c7dc24c89e68a2b68c43022c07760c923203f3c2. BUG=15076 TEST=Unit tests pass. Scrubbed kernel from local_manifest.xml and then worked on it again. Change-Id: Ia0052cf2efa330e1c6422f2876d146bf6f297378 Reviewed-on: http://gerrit.chromium.org/gerrit/625 Reviewed-by: David James <davidjames@chromium.org> Tested-by: Mandeep Singh Baines <msb@chromium.org>
This commit is contained in:
parent
c7dc24c89e
commit
6eaddfef05
@ -77,7 +77,7 @@ class LocalManifest:
|
||||
"""
|
||||
|
||||
for project in self._root.findall('project'):
|
||||
if project.attrib['name'].split('/')[-1] == name:
|
||||
if project.attrib['name'] == name:
|
||||
return project
|
||||
return None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user