Merge pull request #472 from zedudi/master

aggregated csv export error fix
This commit is contained in:
Salvador E. Tropea 2023-07-26 07:13:44 -03:00 committed by GitHub
commit 4c35eeb065
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: