Only remove existing ports
This commit is contained in:
parent
0e2b628465
commit
2271681c57
@ -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…
Reference in New Issue
Block a user