Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk/python] - Allow Output.all with no inputs #6381

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

komalali
Copy link
Member

We added a check to Output.all() that raises an error if no inputs are provided. This is a breaking change as both internal and user code depends on Output.all() to handle empty inputs.

This PR corrects the function to once again handle Output.all() with empty inputs.

Fixes: #6380

@komalali komalali merged commit ca5ab18 into master Feb 18, 2021
@komalali komalali deleted the komalali/fix-output-all branch February 18, 2021 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output.all() unhandled exception
3 participants