Skip to content

Commit

Permalink
Fix table precursor construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 20, 2023
1 parent eae7b0f commit 775f100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene_splicer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 775f100

Please sign in to comment.