diff --git a/mira/modeling/__init__.py b/mira/modeling/__init__.py index 3ec931fde..52cd54880 100644 --- a/mira/modeling/__init__.py +++ b/mira/modeling/__init__.py @@ -284,6 +284,7 @@ def make_model(self): self.template_model.initials) for participant in template.left ) + consumed_key = tuple(c.key for c in consumed) else: consumed, consumed_key = tuple(), None @@ -333,6 +334,7 @@ def make_model(self): self.template_model.initials) for participant in template.right ) + produced_key = tuple(p.key for p in produced) elif not is_replication(template): produced, produced_key = tuple(), None