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

[FIX] owpythonscript: Use signal id as is #5147

Merged

Conversation

ales-erjavec
Copy link
Contributor

Issue

Python Script can lose inputs when multiple connections are made to an input from the same source node.

E.g.
Screen Shot 2020-12-23 at 13 36 22

In Pyhton Script

>>> len(in_datas)
1
Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

The ids should be considered opaque identifiers and need to be used as
such to keep track of inputs.
@markotoplak markotoplak merged commit e2eb828 into biolab:master Dec 23, 2020
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.

2 participants