lint report mislabels its scan root as wiki/ instead of kb/ #102

Open
opened 2026-09-13 08:57:28 +00:00 by torben · 0 comments
Owner

Root cause found: tools/chemenu/lint_core.py:529 hardcodes f"Scanned {report['page_count']} pages under \wiki/. ...". It's a cosmetic string bug, not a functional one — the scan itself correctly walks kb/(32 pages matched exactly), only the printed label is wrong. Fix: change the literal to ``kb/ ``.

Root cause found: tools/chemenu/lint_core.py:529 hardcodes f"Scanned {report['page_count']} pages under \wiki/`. ...". It's a cosmetic string bug, not a functional one — the scan itself correctly walks kb/(32 pages matched exactly), only the printed label is wrong. Fix: change the literal to ``kb/` ``.
torben added the status/unconfirmed label 2026-09-13 08:57:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: torben/chemenu#102