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.
Consider this modified
greeting.pyscript: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.