Commit a8dfaad8 authored by Georgios Dagkakis's avatar Georgios Dagkakis

corrections after rebase

parent 02203bd0
...@@ -344,7 +344,7 @@ class CoreObject(ManPyObject): ...@@ -344,7 +344,7 @@ class CoreObject(ManPyObject):
giverObject=self.giver giverObject=self.giver
giverObject.sortEntities() #sort the Entities of the giver giverObject.sortEntities() #sort the Entities of the giver
#according to the scheduling rule if applied #according to the scheduling rule if applied
#giverObject.sortEntitiesForReceiver() giverObject.sortEntitiesForReceiver(self)
giverObjectQueue=giverObject.Res.users giverObjectQueue=giverObject.Res.users
# if the giverObject is blocked then unBlock it # if the giverObject is blocked then unBlock it
if giverObject.exitIsAssignedTo(): if giverObject.exitIsAssignedTo():
......
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