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

Commit c137d35b authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 62c61151 54563c85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ if __name__ == '__main__':
                if remote.get('name') == project.get('remote'):
                    revision = remote.get('revision')
            if revision is None:
                revision = default_revision
                revision = project.get('revision', default_revision)

        if name not in project_name_to_data:
            project_name_to_data[name] = {}