fix cfg files (extra_modules/single_module)

Change-Id: I1821e1e0dc960d48a3e343c53195808798b7f969
This commit is contained in:
2023-06-06 16:49:54 +02:00
parent 9a9a22588f
commit f304ac019e
10 changed files with 33 additions and 10 deletions

View File

@ -25,7 +25,7 @@ Mod('p',
Mod('gasflow',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['p.gasflow'],
single_module='p.gasflow',
)
Mod('vacuumpump',