Skip to content

Commit f85f62e

Browse files
committed
Update to current script parameter syntax
1 parent 4ecf7f6 commit f85f62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# @String(label="Please enter your name",description="Name field") name
2-
# @OUTPUT String greeting
1+
#@ String (label="Please enter your name", description="Name field") name
2+
#@output String greeting
33

44
# A Jython script with parameters.
55
# It is the duty of the scripting framework to harvest

0 commit comments

Comments
 (0)