SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
352 stars 95 forks source link

Improved error message when description can't be found (libpart None). #127

Closed gbmhunter closed 3 years ago

gbmhunter commented 3 years ago

I ran into this error myself, and could not find the culprit part because it didn't print the designator (it was just a plain AttributeError). This improvement helped hunt down the bad part on the schematic.

SchrodingersGat commented 3 years ago

@gbmhunter thanks for the addition, I think this is very helpful