From 4bba402a61bc691d8ddb299ce11806a72135505f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 2 Feb 2024 13:23:14 -0300 Subject: [PATCH] [Fixed][V6 SCH] Merge error --- kibot/kicad/v6_sch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kibot/kicad/v6_sch.py b/kibot/kicad/v6_sch.py index d3d546cc..88d50531 100644 --- a/kibot/kicad/v6_sch.py +++ b/kibot/kicad/v6_sch.py @@ -788,7 +788,6 @@ class LibComponent(object): if parent is None: logger.warning(W_NOLIB + "Component `{}` with more than one `:`".format(comp.name)) comp.units = [] - comp.unit_name = '' comp.pins = [] comp.all_pins = [] comp.unit_count = 1