Closed victorlin closed 1 month ago
Updated tests in force-push.
Attention: Patch coverage is 0%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 71.17%. Comparing base (
bf05db8
) to head (296a6c6
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
augur/index.py | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of proposed changes
The removed error handling is flawed: it assumes that FileNotFoundError can only come from a missing input file (--sequences). The reality is that FileNotFoundError can also come from a missing output directory (--output). The top-level exception handler parses the filepath from the error directly, which is accurate.
Related issue(s)
Fixes #1644
Checklist