galaxyproject / galaxyproject/galaxy
Exceptions in `filter` should (optionally) be re-raised
Open
kind/enhancement
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 169
Description
We had 2 cases of this within 24 hours in the IUC gitter by experienced tool writers (xref #7464). Currently an exception is interpreted as `False`, so outputs will be created if an invalid filter tag is used for filtering an output. Just failing outright would probably help tool devs and possibly increase tool quality overall.
Contributor guide
Assessment
This issue has not been assessed yet.