aggregated csv export error fix
This commit is contained in:
parent
8475326554
commit
f0c63dbf78
|
|
@ -838,7 +838,7 @@ class BoMOptions(BaseOptions):
|
|||
elif n == fp_index:
|
||||
c.footprint = str(f)
|
||||
number = 2
|
||||
elif ds_index:
|
||||
elif n == ds_index:
|
||||
c.datasheet = str(f)
|
||||
number = 3
|
||||
elif n == pn_index:
|
||||
|
|
|
|||
Loading…
Reference in New Issue