ortho missing blast files did not throw error
@ryanrdoherty is already working on this.
Since Dec 20, 2023.
- Dominant language
- Java
- Stars
- 1
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
a user complained but if we had had emailed an error we would have fixed it long ago (asume it has been an issue since we released nov 28).
ryan slacks in ui-infra:
Looks like the executable completes "successfully" (need to see if the process query checks return code), and then the text results are just what see.
I found where we set the return code. We could easily throw exception if != 0, but that might have undesirable effects. Need to look more if you want to do something else here.
We should try to define the behavior we want and then make sure it's doing what we want in WDK. Remember the issue where a plugin failed and then we cached 0 rows in the WDK cache as if it had succeeded with zero rows? I'm worried handling this non-zero return code as an exception might recause that issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.