Add output to 'output' node
This commit is contained in:
@@ -263,7 +263,7 @@ def run_project_return_dict(name: str, readable_output: bool = False) -> dict[st
|
||||
else:
|
||||
data['simulation_result'] = 'successful'
|
||||
if readable_output:
|
||||
data |= _dump_output(opt)
|
||||
data ['output'] = _dump_output(opt)
|
||||
else:
|
||||
data['output'] = dump_output_binary(opt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user