PLCGenerator.py
changeset 2277 068ccc02f5f2
parent 2275 1bb8afa02409
child 2305 56f1d8aca886
child 2418 5587c490a070
--- a/PLCGenerator.py	Thu Aug 09 14:00:14 2018 +0300
+++ b/PLCGenerator.py	Fri Aug 10 15:58:40 2018 +0300
@@ -1346,7 +1346,7 @@
                 else:
                     paths.append(variable)
             elif isinstance(next, CoilClass):
-                paths.append(str(self.GeneratePaths(next.connectionPointIn.getconnections(), body, order)))
+                paths.append(self.GeneratePaths(next.connectionPointIn.getconnections(), body, order))
         return paths
 
     def ComputePaths(self, paths, first=False):