plcopen/structures.py
changeset 1878 fb73a6b6622d
parent 1853 47a3f39bead0
child 2441 c553769a65af
--- a/plcopen/structures.py	Thu Oct 19 10:57:35 2017 +0300
+++ b/plcopen/structures.py	Thu Oct 19 11:03:03 2017 +0300
@@ -180,9 +180,9 @@
     Current_section = None
 
     translate = {
-            "extensible": lambda x: {"yes": True, "no": False}[x],
-            "inputs": lambda x: csv_input_translate(x, variables, baseinputnumber),
-            "outputs": lambda x: [("OUT", x, "none")]}
+        "extensible": lambda x: {"yes": True, "no": False}[x],
+        "inputs": lambda x: csv_input_translate(x, variables, baseinputnumber),
+        "outputs": lambda x: [("OUT", x, "none")]}
 
     for fields in table:
         if fields[1]: