Skip to content

Commit

Permalink
adding debug option to lipop component to not redirect STDERR to /dev…
Browse files Browse the repository at this point in the history
…/null
  • Loading branch information
adkinsrs committed Sep 14, 2021
1 parent e722d92 commit de70a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lipop/lipop.i1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>lipop</name>
<state>incomplete</state>
<executable>$;LIPOP_EXEC$;</executable>
<arg>$;I_FILE_PATH$; -short -cutoff $;CUTOFF$;</arg>
<arg>$;I_FILE_PATH$; -short -d -cutoff $;CUTOFF$;</arg>
<param>
<key>stdout</key>
<value>$;OUTPUT_DIRECTORY$;/$;ITERATOR_NAME$;/g$;GROUP_NUMBER$;/$;I_FILE_BASE$;.raw</value>
Expand Down

0 comments on commit de70a94

Please sign in to comment.