diff -r dd94b9a68c61 -r 92932cd370a4 PLCGenerator.py --- 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"