Bug on Resource Editor fixed
authorlbessard
Mon, 10 Dec 2007 15:52:49 +0100
changeset 137 fc7e0b8ed9d3
parent 136 858ff1a52d20
child 138 9c74d00ce93e
Bug on Resource Editor fixed
PLCControler.py
--- a/PLCControler.py	Mon Dec 10 15:20:26 2007 +0100
+++ b/PLCControler.py	Mon Dec 10 15:52:49 2007 +0100
@@ -2184,7 +2184,7 @@
                 varlist.append(var["Name"])
         return varlist
 
-    def SetEditedResourceInfos(self, tasks, instances):
+    def SetEditedResourceInfos(self, tagname, tasks, instances):
         resource = self.GetEditedElement(tagname)
         if resource is not None:
             resource.setTask([])