mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
CreateCommand: Fix missing import
This commit is contained in:
parent
7796dabe90
commit
0225b76562
@ -3,6 +3,7 @@ from collections import OrderedDict
|
||||
|
||||
from wa import ComplexCommand, SubCommand, pluginloader
|
||||
from wa.framework.target.descriptor import get_target_descriptions
|
||||
from wa.framework.exception import ConfigError
|
||||
|
||||
from wa.utils.serializer import yaml
|
||||
|
||||
@ -40,7 +41,7 @@ class CreateAgendaSubcommand(SubCommand):
|
||||
agenda['config']['device'] = name
|
||||
agenda['config']['device_config'] = target_desc.get_default_config()
|
||||
continue
|
||||
|
||||
|
||||
extcls = pluginloader.get_plugin_class(name)
|
||||
config = pluginloader.get_default_config(name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user