1
0
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:
Sergei Trofimov 2018-06-11 17:50:46 +01:00 committed by setrofim
parent c4838b4021
commit e816980471

View File

@ -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()