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

Improve error message when failing to load an index. #1468

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

jkbonfield
Copy link
Contributor

If errno is non-zero we now use strerror to report the system error message when reporting on failure to load an index.

See samtools/samtools#1637 for an example where we believe this would aid the user to diagnose the problem.

If errno is non-zero we now use strerror to report the system error
message when reporting on failure to load an index.

See samtools/samtools#1637 for an example where we believe this would
aid the user to diagnose the problem.
@daviesrob daviesrob merged commit 185521a into samtools:develop Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants