Skip to content

Commit 93cfd07

Browse files
committed
Make String properties more future-proof
This is the recommended way to list properties, which should be compatible with any future CSV-parser.
1 parent ba3e660 commit 93cfd07

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 (label=Please enter your name,description=Name field)
1+
# @String(label="Please enter your name",description="Name field") name
22
# @OUTPUT String greeting
33

44
# A Jython script with parameters.

0 commit comments

Comments
 (0)