Fix renameable item docs and cache ignore
This commit is contained in:
@@ -88,9 +88,7 @@ def collect_renameable_items(pack_root: Path) -> list[dict[str, Any]]:
|
||||
if fallback_ref is None:
|
||||
continue
|
||||
|
||||
item_name = item_name_from_fallback(fallback_ref)
|
||||
if item_name is None:
|
||||
continue
|
||||
item_name = item_file.stem
|
||||
|
||||
cases: list[dict[str, Any]] = []
|
||||
for case in select_node.get("cases", []):
|
||||
|
||||
Reference in New Issue
Block a user