Skip to content

Commit

Permalink
SQUASH: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jul 9, 2020
1 parent 572a6d6 commit 7c47b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_types/feature_data/_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _validate_lines(self, max_lines):

elif re.fullmatch(FASTADNAValidator, line):
if prev_seq_start_line == 0:
prev_seq_start_line = line
prev_seq_start_line = line_number

prev_seq_len += len(line)
last_line_was_ID = False
Expand Down

0 comments on commit 7c47b29

Please sign in to comment.