Skip to content

Users should be warned of missing script output #246

@hinerm

Description

@hinerm

Consider this modified greeting.py script:

# @String(label="Please enter your name",description="Name field") name
# @OUTPUT String greeting_missing

greeting = "Hello, " + name + "!"

When I run this from the script editor there's no apparent error message, log output or warning. The script just silently does nothing.

This could be confusing, especially in more complicated scripts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions