fixed parsing, replaced non_workin instance_check with todo
This commit is contained in:
parent
137ffc575e
commit
a821f97f98
14 changed files with 63 additions and 36 deletions
|
|
@ -2,7 +2,7 @@ class Period(object):
|
|||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
||||
def getName(self):
|
||||
def get_name(self):
|
||||
return self.name
|
||||
|
||||
def createJob(self, scheduler, jobInfo, func):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue