diff -r 3abde7651c38 -r 14b40afccd69 plcopen/structures.py --- a/plcopen/structures.py Tue Oct 03 16:12:55 2017 +0300 +++ b/plcopen/structures.py Tue Oct 03 16:31:31 2017 +0300 @@ -193,7 +193,6 @@ section_name = fields[0] Current_section = {"name": section_name, "list": []} Standard_Functions_Decl.append(Current_section) - Function_decl_list = [] if Current_section: Function_decl = dict([(champ, val) for champ, val in zip(fonctions, fields[1:]) if champ]) baseinputnumber = int(Function_decl.get("baseinputnumber", 1))