diff --git a/wa/framework/execution.py b/wa/framework/execution.py index db0e1e81..6a24c226 100644 --- a/wa/framework/execution.py +++ b/wa/framework/execution.py @@ -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()