fixes in sea cfg files

- json_file must be a string, not a list
- rel_path is no longer to be converted to a list
This commit is contained in:
l_samenv
2023-05-10 16:36:32 +02:00
parent 8039351395
commit 1ce43a567b
21 changed files with 30 additions and 30 deletions

View File

@ -21,7 +21,7 @@ Mod('warmup',
Mod('ts',
'secop_psi.sea.SeaReadable', '',
sea_object='tt',
json_file=['ori4.config.json'],
json_file='ori4.config.json',
rel_paths=['ts'],
io='sea_stick',
)