Skip to content

Commit 6c9ac97

Browse files
committed
correct param
1 parent 25523cd commit 6c9ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bellavista/bellavista_prepare.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<section name="advanced_output" title="Advanced output options">
119119
<param name="config" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Output config file?"/>
120120
</section>
121-
<param name="timeout" type="integer" min="0" max="21600" value="3600" label="timeout" hidden="true" help="hidden input to set timeout in seconds" />
121+
<param name="timeout" type="hidden" min="0" max="21600" value="3600" label="timeout" help="hidden input to set timeout in seconds" />
122122
</inputs>
123123
<outputs>
124124
<data name="bellavista_output" format="tar.gz" label="${tool.name} on ${on_string}: Bellavista prepared inputs" from_work_dir="./bellavista.tar.gz" />

0 commit comments

Comments
 (0)