fix cfg files (extra_modules/single_module)
Change-Id: I1821e1e0dc960d48a3e343c53195808798b7f969
This commit is contained in:
@ -33,25 +33,25 @@ Mod('current',
|
||||
Mod('i1',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_main',
|
||||
single_module=['current.i1'],
|
||||
single_module='current.i1',
|
||||
)
|
||||
|
||||
Mod('i2',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_main',
|
||||
single_module=['current.i2'],
|
||||
single_module='current.i2',
|
||||
)
|
||||
|
||||
Mod('i3',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_main',
|
||||
single_module=['current.i3'],
|
||||
single_module='current.i3',
|
||||
)
|
||||
|
||||
Mod('i4',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_main',
|
||||
single_module=['current.i4'],
|
||||
single_module='current.i4',
|
||||
)
|
||||
|
||||
Mod('pv',
|
||||
|
Reference in New Issue
Block a user