diff --git a/gene_splicer/utils.py b/gene_splicer/utils.py index 19cfa0f..8a4df3e 100644 --- a/gene_splicer/utils.py +++ b/gene_splicer/utils.py @@ -435,7 +435,7 @@ def get_verdict(SEQID, all_errors): if last_name != sequence_name and last_name is not None: if all_errors: - yield get_verdict(sequence_name, all_errors) + yield get_verdict(last_name, all_errors) all_errors = [] all_errors.append(row['error'])