mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
framework/plugin_cache: Fix missing assistant parameters
This commit is contained in:
parent
9941b9a92a
commit
07cd770288
@ -159,7 +159,7 @@ class PluginCache(object):
|
|||||||
|
|
||||||
def _get_target_params(self, name):
|
def _get_target_params(self, name):
|
||||||
td = self.targets[name]
|
td = self.targets[name]
|
||||||
return get_config_point_map(chain(td.target_params, td.platform_params, td.conn_params))
|
return get_config_point_map(chain(td.target_params, td.platform_params, td.conn_params, td.assistant_params))
|
||||||
|
|
||||||
# pylint: disable=too-many-nested-blocks, too-many-branches
|
# pylint: disable=too-many-nested-blocks, too-many-branches
|
||||||
def _merge_using_priority_specificity(self, specific_name,
|
def _merge_using_priority_specificity(self, specific_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user