From 118f6abebffd3127a07e782d04ba105c788c2934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 2 Nov 2021 15:28:32 +0100 Subject: [PATCH] Rakefile: change attributes to be exported --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a4edaed..9c9b88c 100644 --- a/Rakefile +++ b/Rakefile @@ -132,7 +132,7 @@ end desc "generate BOM file from schematic" rule ".bom.csv" => ".sch" do |t| - attributes = ["device", "value", "description", "footprint", "manufacturer", "mpn", "datasheet", "lcsc-sku", "digikey-sku", "aliexpress-sku"] + attributes = ["device", "value", "description", "footprint", "manufacturer", "mpn", "datasheet", "lcsc", "digikey"] bom_data = bom2(t.prerequisites[0],attributes) CSV.open(t.name, "wb") do |csv| all_attributes = ["refdes","qty"]+attributes