aboutsummaryrefslogtreecommitdiff
path: root/src/ee/element14/search_parts.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ee/element14/search_parts.py')
-rw-r--r--src/ee/element14/search_parts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ee/element14/search_parts.py b/src/ee/element14/search_parts.py
index cfa1d34..4a8b0a9 100644
--- a/src/ee/element14/search_parts.py
+++ b/src/ee/element14/search_parts.py
@@ -23,9 +23,7 @@ def search_parts(in_path: Path, out_path: Path, cache_dir: Path, config: Element
client.search(term="manuPartNum:" + query)
out_part = types.Part(id=out_id,
- distributor_info=types.DistributorInfo(),
references=part.referencesProp)
- di = out_part.distributor_infoProp
print("Saving {} work parts".format(out_parts.size()))
save_db(out_path, out_parts, sort=True)