mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
fw/execution: Fix missing parameter
This commit is contained in:
parent
b8301640f7
commit
0c2613c608
@ -404,7 +404,7 @@ class Executor(object):
|
||||
attempts = context.cm.run_config.max_retries
|
||||
while attempts:
|
||||
try:
|
||||
self.target_manager.reboot()
|
||||
self.target_manager.reboot(context)
|
||||
except TargetError as e:
|
||||
if attempts:
|
||||
attempts -= 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user