diff -r 3abde7651c38 -r 14b40afccd69 PLCControler.py --- a/PLCControler.py Tue Oct 03 16:12:55 2017 +0300 +++ b/PLCControler.py Tue Oct 03 16:31:31 2017 +0300 @@ -776,7 +776,6 @@ return None def GetPouVariables(self, tagname, debug=False): - pou_type = None project = self.GetProject(debug) if project is not None: factory = VariablesTreeInfosFactory() @@ -1664,7 +1663,6 @@ # Return Block types checking for recursion def GetBlockTypes(self, tagname="", debug=False): - typename = None words = tagname.split("::") name = None project = self.GetProject(debug)