diff -r 9c7da6ff6a34 -r 4ea781f30555 etherlab/EthercatCIA402Slave.py --- a/etherlab/EthercatCIA402Slave.py Fri Sep 28 19:02:49 2018 +0300 +++ b/etherlab/EthercatCIA402Slave.py Fri Sep 28 19:06:28 2018 +0300 @@ -228,7 +228,6 @@ for input in blocktype_infos["inputs"]] ]) - return_outputs = "\n".join(["""\ __SET_VAR(data__->,%(output_name)s,, __GET_VAR(%(blockname)s->%(output_name)s));""" % locals()