Skip to content

Commit

Permalink
updated workflow to use connection clear method
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Childs committed Sep 22, 2016
1 parent 1a670c9 commit 8f308c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimo/workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):
continue
for input in inputs:
input.extend(output.entities)
output.entities.clear()
output.clear()
for input_id in input_ids:
stream_ids = self.graph.get_children(input_id)
stack.extend(stream_id for stream_id in stream_ids if stream_id not in stacked)
Expand Down

0 comments on commit 8f308c4

Please sign in to comment.