Have simulation return the time next

This commit is contained in:
Yentl Van Tendeloo 2017-12-15 10:06:17 +01:00
parent 56810fd457
commit 5ae2993e32

View file

@ -231,6 +231,7 @@ class Simulator(object):
# Do reschedules # Do reschedules
scheduler.massReschedule(transitioning) scheduler.massReschedule(transitioning)
tn = scheduler.readFirst() tn = scheduler.readFirst()
return tn[0]
def __getattr__(self, attr): def __getattr__(self, attr):
""" """