From 930e3d61917bd4bf162142db64301691afdf9539 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 24 Sep 2017 09:46:21 +0200 Subject: o Let digikey-download-facts read .sch files directly. --- test/test_read_schematic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_read_schematic.py b/test/test_read_schematic.py index 3943e9a..1af7002 100644 --- a/test/test_read_schematic.py +++ b/test/test_read_schematic.py @@ -24,7 +24,7 @@ def dump_bom(sch): from xml.dom import minidom print("---") - bom = kicad.to_bom(sch) + bom = kicad.to_bom_xml(sch) s = ElementTree.tostring(bom, encoding='unicode') print(s) xmlstr = minidom.parseString(s).toprettyxml(indent=" ") -- cgit v1.2.3