Commit 18b59433 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

sendSignal correction

parent a59dfde1
......@@ -155,7 +155,7 @@ class ManPyObject(object):
if not sender:
sender=self
if not succeedTuple:
succeedTuple=(self,self.env.now)
succeedTuple=(sender,self.env.now)
# send the signal
signal.succeed(succeedTuple)
# reset the expected signals of the receiver to 0
......
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