frappy_psi.sea: fix extra_module_set
Change-Id: If5669fdd60c8505a47414f17cfcd8534cdc2abee
This commit is contained in:
parent
f304ac019e
commit
f354b19cf0
@ -505,9 +505,7 @@ class SeaModule(Module):
|
|||||||
raise ConfigError(f"{sea_object}/{paramdesc['path']} is not writable")
|
raise ConfigError(f"{sea_object}/{paramdesc['path']} is not writable")
|
||||||
paramdesc['key'] = 'target'
|
paramdesc['key'] = 'target'
|
||||||
paramdesc['readonly'] = False
|
paramdesc['readonly'] = False
|
||||||
extra_module_set = cfgdict.pop('extra_modules', ())
|
extra_module_set = set(cfgdict.pop('extra_modules', ()))
|
||||||
if extra_module_set:
|
|
||||||
extra_module_set = set(extra_module_set.replace(',', ' ').split())
|
|
||||||
path2param = {}
|
path2param = {}
|
||||||
attributes = {'sea_object': sea_object, 'path2param': path2param}
|
attributes = {'sea_object': sea_object, 'path2param': path2param}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user