Fixed SchematicWire.load returning SchematicText
This commit is contained in:
parent
a30bddc3ce
commit
68c9b0c87d
|
|
@ -821,7 +821,7 @@ class SchematicWire(object):
|
|||
res = _split_space(line)
|
||||
if len(res) != 3:
|
||||
raise SchFileError('Malformed wire', line)
|
||||
wire = SchematicText()
|
||||
wire = SchematicWire()
|
||||
if res[0] == 'Wire':
|
||||
# Wire Wire Line
|
||||
# Wire Bus Line
|
||||
|
|
|
|||
Loading…
Reference in New Issue