[Fixed][V6 SCH] Merge error
This commit is contained in:
parent
eda5c658bd
commit
4bba402a61
|
|
@ -788,7 +788,6 @@ class LibComponent(object):
|
||||||
if parent is None:
|
if parent is None:
|
||||||
logger.warning(W_NOLIB + "Component `{}` with more than one `:`".format(comp.name))
|
logger.warning(W_NOLIB + "Component `{}` with more than one `:`".format(comp.name))
|
||||||
comp.units = []
|
comp.units = []
|
||||||
comp.unit_name = ''
|
|
||||||
comp.pins = []
|
comp.pins = []
|
||||||
comp.all_pins = []
|
comp.all_pins = []
|
||||||
comp.unit_count = 1
|
comp.unit_count = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue