Commit faa167cd authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Sebastien Robin

error in last commit fixed

parent f999f84b
......@@ -205,7 +205,7 @@ class Queue(CoreObject):
#gets an entity from the predecessor that the predecessor index points to
def getEntity(self):
activeEntity=CoreObject.getEntity(activeObject) #run the default behavior
activeEntity=CoreObject.getEntity(self) #run the default behavior
self.outputTrace(activeEntity.name, "got into "+self.objName)
#sorts the Entities of the Queue according to the scheduling rule
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment