mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
plugin_cache: adding missing cfg_points definition
This commit is contained in:
parent
53d29bf3cf
commit
83bf7e1510
@ -110,6 +110,7 @@ class PluginCache(object):
|
||||
# Perform a simple merge with the order of sources representing
|
||||
# priority
|
||||
plugin_config = self.plugin_configs[plugin_name]
|
||||
cfg_points = self.get_plugin_parameters(plugin_name)
|
||||
for source in self.sources:
|
||||
if source not in plugin_config:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user