diff --git a/masque/builder/renderpather.py b/masque/builder/renderpather.py index 852bf2e..b97e0e6 100644 --- a/masque/builder/renderpather.py +++ b/masque/builder/renderpather.py @@ -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