etherlab/EthercatCIA402Slave.py
changeset 2364 4ea781f30555
parent 2363 9c7da6ff6a34
child 2375 cfa68a06a24d
--- 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()