Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2293075a authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents 6cee5bbd f1cfef0a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: