mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
update: Fix the manifest commit dictionnary format
The structure was changed in last commit but a code path was not properly updated
This commit is contained in:
parent
859e613edb
commit
52c0086c5a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def manifest_get_commits(manifest):
|
|||
if remote:
|
||||
res[name] = ['FETCH_HEAD', [os.path.join(remotes[remote], name), child.attrib['revision']]]
|
||||
else:
|
||||
res[name] = child.attrib["revision"]
|
||||
res[name] = [child.attrib["revision"], []]
|
||||
|
||||
return res
|
||||
|
||||
|
|
Loading…
Reference in a new issue