Loading build/tools/repopick.py +2 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,8 @@ if __name__ == '__main__': for project in projects: name = project.get('name') path = project.get('path') # when name and path are equal, "repo manifest" doesn't return a path at all, so fall back to name path = project.get('path', name) revision = project.get('revision') if revision is None: for remote in remotes: Loading Loading
build/tools/repopick.py +2 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,8 @@ if __name__ == '__main__': for project in projects: name = project.get('name') path = project.get('path') # when name and path are equal, "repo manifest" doesn't return a path at all, so fall back to name path = project.get('path', name) revision = project.get('revision') if revision is None: for remote in remotes: Loading