Skip to content

Commit

Permalink
aggregated csv export error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zedudi authored and set-soft committed Jul 26, 2023
1 parent 7ff3556 commit f9e774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/out_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def load_csv(self, fname, project, delimiter):
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:
Expand Down

0 comments on commit f9e774a

Please sign in to comment.