Open Aratz opened 1 year ago
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.
https://github.com/Molmed/checkQC/blob/6c7c39dab6c952e1da1b15d5a788995b8b626bf3/checkQC/parsers/demux_summary_parser.py#L52-L54
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.
https://github.com/Molmed/checkQC/blob/6c7c39dab6c952e1da1b15d5a788995b8b626bf3/checkQC/parsers/demux_summary_parser.py#L52-L54