From 6d6265821286d4d318ba30c6f7c34acf7703b713 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 33b3108..7115912 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