Only remove existing ports
This commit is contained in:
parent
b443a2a41e
commit
3b2be804e2
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ class RenderPather(PortList):
|
||||||
batch.append(step)
|
batch.append(step)
|
||||||
|
|
||||||
# Opcodes which break the batch go below this line
|
# Opcodes which break the batch go below this line
|
||||||
if not appendable_op:
|
if not appendable_op and portspec in bb.ports:
|
||||||
del bb.ports[portspec]
|
del bb.ports[portspec]
|
||||||
|
|
||||||
#If the last batch didn't end yet
|
#If the last batch didn't end yet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue