aggregated csv export error fix

This commit is contained in:
zedudi 2023-07-25 16:36:31 +02:00 committed by GitHub
parent 8475326554
commit f0c63dbf78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: