mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
fw/execution: add missing sender in signal
Add the missing sender for RUN_OUTPUT_PROCESSED signal wrap call.
This commit is contained in:
parent
c4838b4021
commit
e816980471
@ -491,7 +491,7 @@ class Runner(object):
|
||||
self.logger.info('Finalizing run')
|
||||
self.context.end_run()
|
||||
self.pm.enable_all()
|
||||
with signal.wrap('RUN_OUTPUT_PROCESSED'):
|
||||
with signal.wrap('RUN_OUTPUT_PROCESSED', self):
|
||||
self.pm.process_run_output(self.context)
|
||||
self.pm.export_run_output(self.context)
|
||||
self.pm.finalize()
|
||||
|
Loading…
x
Reference in New Issue
Block a user