Exclut les minifigs des réutilisations de têtes
This commit is contained in:
parent
a976b57afe
commit
99d47bec6a
@ -31,6 +31,8 @@ def build_head_presence(
|
||||
parts_by_inventory = index_inventory_parts_by_inventory(inventory_parts_path)
|
||||
presence: Dict[str, Set[str]] = {}
|
||||
for set_num, inventory in inventories.items():
|
||||
if set_num.startswith("fig-"):
|
||||
continue
|
||||
parts = parts_by_inventory.get(inventory["id"], [])
|
||||
for part_row in parts:
|
||||
if part_row["part_num"] not in head_parts:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user