changeset 8:73726c294553 draft

Uploaded fix but output warnings
author p.lucas
date Tue, 17 Jan 2023 13:14:26 +0000
parents 952681fa66ce
children 1b9c7c457fc1
files krona.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/krona.xml	Tue Jan 17 13:12:23 2023 +0000
+++ b/krona.xml	Tue Jan 17 13:14:26 2023 +0000
@@ -35,7 +35,7 @@
 			${input.file},'${input.name}'
 		#end for
 	#end if
-	2>"$output".warnings
+	2>$warnings
 </command>
 
 <inputs>
@@ -102,6 +102,7 @@
 
 <outputs>
 	<data format="html" name="output"/>
+	<data format="txt" name="warnings"/>
 </outputs>
 
 <help>