mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
build_manifest.py: remove request assertion
This does indeed brake things
This commit is contained in:
parent
b5b71baddb
commit
76d38faf20
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ def request_wrap(path: str) -> List[Dict[str, str]]:
|
|||
if not resp[0]:
|
||||
return None
|
||||
|
||||
# Not sure if there will be any edge cases where it returns more than one
|
||||
# so lets see if anyone complains
|
||||
assert len(resp) == 1
|
||||
return resp[0]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue