mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-23 11:09:05 +00:00
TargetManger.get_target_info() gets invoked twice: first on context creation, and then a second lime shortly afterwards to populate RunOutput. Change target_info attribute inside the context to be a property that redirects to run_output. This will allow the context to be created earlier, before a target connection is available.