removed the jobInfo object and let the job execute and store all data; looks better to me now
This commit is contained in:
parent
1466ec35dc
commit
fdacf38062
4 changed files with 73 additions and 79 deletions
|
|
@ -88,8 +88,8 @@ def parse_args():
|
|||
return parser.parse_args()
|
||||
|
||||
|
||||
def handle_job(jobInfo):
|
||||
jobInfo.handle_call()
|
||||
def handle_job(job):
|
||||
job.handle_call()
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue