hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
496 stars 97 forks source link

Fix the name of the variable used for the fields in Altium #444

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

The extract_fields_row function was broken. It uses an undefined variable called name. I guess it should be hdr, the name of the field we are processing.

Note that I don't have Altium to check this is working, but the code clearly works on hdr.

hildogjr commented 3 years ago

Sure! I think my old projects was never catch by this line.