build_manifest.py: remove request assertion
This does indeed brake things
This commit is contained in:
parent
b5b71baddb
commit
76d38faf20
@ -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…
x
Reference in New Issue
Block a user