Skip to content

Output label broken if dict is returned directly. #790

@XzzX

Description

@XzzX
@Workflow.wrap.as_function_node()
def get_bulk_modulus_dict():
    return {"Al": 76, "Cu": 140, "Ni": 180}
get_bulk_modulus_dict.preview_io()
{'inputs': {}, 'outputs': {'{"Al": 76, "Cu": 140, "Ni": 180}': None}}

I do not think this is intended, is it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions