aggregated csv export error fix

This commit is contained in:
zedudi 2023-07-25 16:36:31 +02:00 committed by Salvador E. Tropea
parent 7ff35563e6
commit f9e774a1f5
1 changed files with 1 additions and 1 deletions

View File

@ -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: