Skip to content

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

Merged
markotoplak merged 1 commit intobiolab:masterfrom
ales-erjavec:fixes/python-script-signal-id
Dec 23, 2020
Merged

[FIX] owpythonscript: Use signal id as is#5147
markotoplak merged 1 commit intobiolab:masterfrom
ales-erjavec:fixes/python-script-signal-id

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.
@ales-erjavec ales-erjavec force-pushed the fixes/python-script-signal-id branch from ec02314 to ecc15e9 Compare December 23, 2020 13:50
@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