Only remove existing ports

lethe/LATEST
Jan Petykiewicz 12 months ago
parent 0e2b628465
commit 2271681c57

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