From f9e774a1f5f9cc07fa858a6a0f81f1af2b9de518 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 0eff9e211..bbcb6d393 100644 --- a/kibot/out_bom.py +++ b/kibot/out_bom.py @@ -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: