mirror of https://github.com/apache/nifi.git
NIFI-7789: Small Correction in additionalDetials of ScriptedTransformRecord processor documentation
Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #4511
This commit is contained in:
parent
fd068fe978
commit
0d4def7843
|
@ -110,7 +110,7 @@ td {text-align: left}
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Note that the Python language does not a script to use a <code>return</code> outside of a method. Additionally, when interpreted as a script,
|
||||
Note that the Python language does not allow a script to use a <code>return</code> outside of a method. Additionally, when interpreted as a script,
|
||||
the Java Python scripting engine does not provide a reliable way to easily obtain the last value referenced. As a result, any Python script must assign the value to be returned
|
||||
to the <code>_</code> variable. See examples below.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue