mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +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:
|
if remote:
|
||||||
res[name] = ['FETCH_HEAD', [os.path.join(remotes[remote], name), child.attrib['revision']]]
|
res[name] = ['FETCH_HEAD', [os.path.join(remotes[remote], name), child.attrib['revision']]]
|
||||||
else:
|
else:
|
||||||
res[name] = child.attrib["revision"]
|
res[name] = [child.attrib["revision"], []]
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue