1
0
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:
Sergei Trofimov 2017-05-12 09:28:59 +01:00
parent 53d29bf3cf
commit 83bf7e1510

View File

@ -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