Have simulation return the time next
This commit is contained in:
parent
56810fd457
commit
5ae2993e32
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue