IndexError: list index out of range
Closed this issue · 0 comments
ronangaillard commented
I have the following error when using a gitted kicad pcb file :
[] []
Traceback (most recent call last):
File "/Users/ronan/dev/KiCad-Diff/kidiff_gui.py", line 1591, in <module>
svgDir1, svgDir2, boardDims1, boardDims2 = makeSVG(d1, d2, prjctName, prjctPath)
File "/Users/ronan/dev/KiCad-Diff/kidiff_gui.py", line 1182, in makeSVG
return (d1, d2, plotDims1[0], plotDims2[0])
IndexError: list index out of range