Open westwind027 opened 1 year ago
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')
Do you have the repo where I can reproduce this?
Thx for that, this is my repo address: https://github.com/westwind027/workflow
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')