Correct readspice script to close the file after reading.
This commit is contained in:
parent
9522e0e9dd
commit
c16ae32e70
|
|
@ -70,6 +70,7 @@ proc readspice {netfile} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lappend fdata $lastline
|
lappend fdata $lastline
|
||||||
|
close $fnet
|
||||||
|
|
||||||
# Now look for all ".subckt" lines
|
# Now look for all ".subckt" lines
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue