We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scene: Use same type component multiple times Bug: When call get_interface() , the result is wrong
the right result: barfi_result['Noop-1"]['block'].get_interface(name='Output') barfi_result['Noop-2"]['block'].get_interface(name='Output')
The text was updated successfully, but these errors were encountered:
Do you have the repo where I can reproduce this?
Sorry, something went wrong.
Thx for that, this is my repo address: https://github.com/westwind027/workflow
No branches or pull requests
Scene: Use same type component multiple times
Bug: When call get_interface() , the result is wrong
the right result:
barfi_result['Noop-1"]['block'].get_interface(name='Output')
barfi_result['Noop-2"]['block'].get_interface(name='Output')
The text was updated successfully, but these errors were encountered: