diff --git a/lib/rebrickable/head_reuse.py b/lib/rebrickable/head_reuse.py index 3c96b14..ccc97b9 100644 --- a/lib/rebrickable/head_reuse.py +++ b/lib/rebrickable/head_reuse.py @@ -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: