parse: apkindex: fix provider_priority never actually being an int
All threads resolved!
All threads resolved!
Compare changes
- Caleb Connolly authored
should be an int, but was always a string... Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
+ 11
− 2
@@ -91,13 +91,22 @@ def parse_next_block(path: Path, lines: list[str]) -> ApkindexBlock | None:
@@ -306,7 +315,7 @@ def parse_blocks(path: Path) -> list[ApkindexBlock]: