nica-f/tvm802-mdgen

IndexError: list index out of range

Opened this issue · 0 comments

Hi I am trying to use the script on my KiCad file, but it ends up giving me this error.

line 282, in
main(sys.argv)

line 263, in main
components = gen_components_list(input_filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
line 30, in gen_components_list
package = row[2]
~~~^^^

I am unsure what to do with these errors as I am still quite new to python.
Any advice will be appreciated.