Skip to content

Commit ba3e660

Browse files
committed
Greeting.py: add property examples
Add a label and description to the name parameter.
1 parent 2c78768 commit ba3e660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/script_templates/Python/Greeting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @String name
1+
# @String name (label=Please enter your name,description=Name field)
22
# @OUTPUT String greeting
33

44
# A Jython script with parameters.

0 commit comments

Comments
 (0)