Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Sep 3, 2024
1 parent 915c9e7 commit cb1a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prp/parse/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def parse_cgmlst_results(
ASM, alleles smaller than locus length
"""

errors = [err.values for err in ChewbbacaErrors]
errors = [err.value for err in ChewbbacaErrors]
LOG.info(
"Parsing cgmslt results, %s including novel alleles",
"not" if not include_novel_alleles else "",
Expand Down

0 comments on commit cb1a0e9

Please sign in to comment.