Mercurial > repos > greg > gene_family_classifier
changeset 29:59d1ec149c64 draft
Uploaded
| author | greg | 
|---|---|
| date | Mon, 30 Jan 2017 11:15:25 -0500 | 
| parents | a63b610ec5bd | 
| children | e9d9632762ca | 
| files | gene_family_classifier.xml | 
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/gene_family_classifier.xml Fri Jan 27 15:03:15 2017 -0500 +++ b/gene_family_classifier.xml Mon Jan 30 11:15:25 2017 -0500 @@ -6,7 +6,8 @@ <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:" /> - <!-- In case the return code has not been set properly check stderr too --> + <exit_code range=":-1" /> + <!-- In case the return code has not been set propery check stderr too --> <regex match="Error:" /> <regex match="Exception:" /> </stdio>
