Skip to content

Pipeline.results() returns partial results when there are multiple end stages #9

@jumpoutofworld

Description

@jumpoutofworld

Pipeline.get return only one result from its output_stages . I can not catch the design, or a bug ?

def get(self, timeout=None):
"""Return result from the pipeline."""
result = None
for stage in self._output_stages:
result = stage.get(timeout)
return result

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions