Only remove existing ports

master
Jan Petykiewicz 11 months ago committed by jan
parent b443a2a41e
commit 3b2be804e2

@ -430,7 +430,7 @@ class RenderPather(PortList):
batch.append(step)
# 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]
#If the last batch didn't end yet

Loading…
Cancel
Save