taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Fix exception in DelayedSubscriber #1030

Closed cmft closed 4 years ago

cmft commented 4 years ago

doSomething signal is used with a wrong signature. It is called with tuples instead of list.

Adapt the calls, to pass list instead of tuples.