mirror of
https://github.com/ARM-software/workload-automation.git
synced 2026-02-08 08:42:19 +00:00
Ensure all instruments are re-enabled prior to run finalization so their `finalize()` methods are invoked. This fixes an issue where instruments not enabled during the last job skipped finalization. Fixes: #1295