mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
framework/execution: Whitespace
This commit is contained in:
parent
1bd19d9af3
commit
188e5d752f
@ -332,7 +332,7 @@ class Executor(object):
|
||||
|
||||
class Runner(object):
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, context, pm):
|
||||
@ -419,7 +419,7 @@ class Runner(object):
|
||||
|
||||
with signal.wrap('JOB_SETUP', self):
|
||||
job.setup(context)
|
||||
|
||||
|
||||
try:
|
||||
with signal.wrap('JOB_EXECUTION', self):
|
||||
job.run(context)
|
||||
@ -473,7 +473,7 @@ class Runner(object):
|
||||
retry_job.retries = job.retries + 1
|
||||
retry_job.set_status(Status.PENDING)
|
||||
self.context.job_queue.insert(0, retry_job)
|
||||
|
||||
|
||||
def send(self, s):
|
||||
signal.send(s, self, self.context)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user