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

Commit 88f334a8 authored by Koushik Dutta's avatar Koushik Dutta Committed by Steve Kondik
Browse files

Fix python fail.

Change-Id: Ic8c7ef51a59b38fe62c6eb43f21c5c57286f9b99
parent 233fa6de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ def add_to_manifest(repositories):

        print 'Adding dependency: CyanogenMod/%s -> %s' % (repo_name, repo_target)
        project = ElementTree.Element("project", attrib = { "path": repo_target,
            "remote": "github", "name": "CyanogenMod/%s" % repo_name, revision: "ics" })
            "remote": "github", "name": "CyanogenMod/%s" % repo_name, "revision": "ics" })

        if 'branch' in repository:
            project.set('revision',repository['branch'])