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