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

IndexError with format string #109

Open
Aratz opened this issue Oct 30, 2023 · 0 comments
Open

IndexError with format string #109

Aratz opened this issue Oct 30, 2023 · 0 comments
Labels

Comments

@Aratz
Copy link
Collaborator

Aratz commented Oct 30, 2023

There is an issue with the following lines. The issue is that the format string is expecting two arguments but is only provided one. I guess this was not noticed before because it only happens when this exception is raised.

raise DemuxSummaryNotFound("Could not identify expected demux summary file: {}. "
"We expect to find {} files matching the pattern, "
"'DemuxSummaryF1L<Lane number>.txt'".format(path))

@Aratz Aratz added the bug label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant