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:
@@ -451,7 +451,7 @@ class SeaModule(Module):
|
||||
descr['params'].pop(0)
|
||||
else:
|
||||
# filter by relative paths
|
||||
rel_paths = rel_paths.split()
|
||||
# rel_paths = rel_paths.split()
|
||||
result = []
|
||||
is_running = None
|
||||
for rpath in rel_paths:
|
||||
|
||||
Reference in New Issue
Block a user