PLCControler.py
changeset 1872 866fb3ab8778
parent 1852 70c1cc354a8f
child 1875 62aaabbf8812
--- a/PLCControler.py	Fri Oct 13 13:17:42 2017 +0300
+++ b/PLCControler.py	Mon Oct 16 17:20:31 2017 +0300
@@ -240,7 +240,7 @@
             setattr(self, attr, value if value is not None else "")
 
     def copy(self):
-        return _VariableTreeItem(*[getattr(self, attr) for attr in self.__slots__])
+        return _VariablesTreeItemInfos(*[getattr(self, attr) for attr in self.__slots__])
 
 
 class VariablesTreeInfosFactory(object):
@@ -1592,7 +1592,7 @@
                  "list": [
                     datatype.getname()
                     for datatype in confnodetypes["types"].getdataTypes()
-                    if not only_locatables or self.IsLocatableDataType(datatype, debug)]}
+                    if not only_locatables or self.IsLocatableDataType(datatype)]}
                 for confnodetypes in self.ConfNodeTypes]
 
     def GetVariableLocationTree(self):