Skip to content

Commit

Permalink
Update tools/image_math/image_math.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
kostrykin and bgruening authored Mar 9, 2024
1 parent 98a0cdb commit eda7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/image_math/image_math.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</param>
<repeat name="inputs" title="Input images" min="1">
<param name="image" type="data" format="png,tiff" label="Image" />
<param name="name" type="text" label="Variable for representation of the image within the expression" optional="false">
<param name="name" type="text" label="Variable for representation of the image within the expression" optional="false">
<validator type="regex">^[a-zA-Z_][a-zA-Z0-9_]*$</validator>
</param>
</repeat>
Expand Down

0 comments on commit eda7adf

Please sign in to comment.