Skip to content

Commit

Permalink
Scheduler browsing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert Bevin committed Dec 16, 2011
1 parent c904f1f commit cbe5f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plg_simple/scheduler_plg.py
Expand Up @@ -153,7 +153,7 @@ def __init__(self,scheduler, index):
self.index = index

def ordinal(self):
return self.event.ordinal()
return self.index

def describe(self):
o = self.ordinal()+1
Expand Down

0 comments on commit cbe5f1e

Please sign in to comment.