Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index: Allow FileNotFoundError to be handled at the top level #1646

Merged
merged 2 commits into from
Sep 30, 2024

Commits on Sep 26, 2024

  1. Allow FileNotFoundError to be handled at the top level

    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.
    victorlin committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5019823 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    victorlin committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    296a6c6 View commit details
    Browse the repository at this point in the history