Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions