PLCGenerator.py
changeset 1742 92932cd370a4
parent 1740 b789b695b5c6
child 1743 c3c3d1318130
--- a/PLCGenerator.py	Tue Aug 15 16:01:18 2017 +0300
+++ b/PLCGenerator.py	Tue Aug 15 16:48:49 2017 +0300
@@ -401,7 +401,7 @@
                           format(a1 = task.getname(), a2 = config_name, a3 = resource.getname())
                     raise PLCGenException, msg
 
-                if single[0]=='[' and single[-1]==']':
+                if single[0] == '[' and single[-1] == ']':
                     SNGLKW = "MULTI"
                 else:
                     SNGLKW = "SINGLE"