Files
MTZWrapper/main.py
Malin 5676a3dcf9 fix: guard col I/J/K access for short rows in MTZ Excel
MTZ changed their Excel format — some rows have fewer than 10 columns,
causing IndexError on row[9] (brand, col J). Use conditional indexing for
cols I (8), J (9), K (10) so short rows parse with empty brand/type/min_box
instead of crashing on startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 17:03:57 +02:00

4.6 KiB