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:
@ -15,7 +15,7 @@ Mod('ts',
|
||||
'secop_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma6.config.json'],
|
||||
json_file='ma6.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill1.config.json'],
|
||||
json_file='ill1.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -15,6 +15,6 @@ Mod('ts',
|
||||
'secop_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill3.config.json'],
|
||||
json_file='ill3.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill4.config.json'],
|
||||
json_file='ill4.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill5.config.json'],
|
||||
json_file='ill5.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill5.config.json'],
|
||||
json_file='ill5.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma02.config.json'],
|
||||
json_file='ma02.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma10.config.json'],
|
||||
json_file='ma10.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma11.config.json'],
|
||||
json_file='ma11.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma6.config.json'],
|
||||
json_file='ma6.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma7.config.json'],
|
||||
json_file='ma7.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -15,6 +15,6 @@ Mod('ts',
|
||||
'secop_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill1.config.json'],
|
||||
json_file='ill1.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori3.config.json'],
|
||||
json_file='ori3.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori4.config.json'],
|
||||
json_file='ori4.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -13,6 +13,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori6.config.json'],
|
||||
json_file='ori6.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -15,6 +15,6 @@ Mod('ts',
|
||||
'secop_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma7.config.json'],
|
||||
json_file='ma7.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -19,6 +19,6 @@ Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori4.config.json'],
|
||||
json_file='ori4.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
@ -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',
|
||||
)
|
||||
|
@ -15,6 +15,6 @@ Mod('ts',
|
||||
'secop_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['variox.config.json'],
|
||||
json_file='variox.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user