From 0149fcfa2bd9ac8c9f6b05851f7264f005aa2305 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 11 May 2019 14:48:15 +0200 Subject: drawio-to-parts: new tool. ee.xsd: new type: Assembly and AssemblyPart. Should probably be its own file type. ee.part: Better DSL instead of using the raw xml types. --- src/ee/digikey/search_parts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ee/digikey') diff --git a/src/ee/digikey/search_parts.py b/src/ee/digikey/search_parts.py index c7f981e..c248831 100644 --- a/src/ee/digikey/search_parts.py +++ b/src/ee/digikey/search_parts.py @@ -17,7 +17,7 @@ def resolved(supplier, p: DigikeyProduct) -> Part: distributor_info=types.DistributorInfo(state="resolved"), links=types.LinkList(), facts=types.FactList(), - references=types.ReferencesList()) + references=types.ReferenceList()) part = Part(xml) if p.url: -- cgit v1.2.3