Fixed SchematicWire.load returning SchematicText

This commit is contained in:
SET 2020-08-14 18:39:33 -03:00
parent a30bddc3ce
commit 68c9b0c87d
1 changed files with 1 additions and 1 deletions

View File

@ -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