From f0c63dbf78da12350f373d52395a522b2fa984d4 Mon Sep 17 00:00:00 2001 From: zedudi <61047687+zedudi@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:36:31 +0200 Subject: [PATCH] aggregated csv export error fix --- kibot/out_bom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_bom.py b/kibot/out_bom.py index 0eff9e21..bbcb6d39 100644 --- a/kibot/out_bom.py +++ b/kibot/out_bom.py @@ -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: