Skip to content

IndexError with format string #109

@Aratz

Description

@Aratz

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions