Skip to content

Commit

Permalink
eek, typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Apr 11, 2023
1 parent 2894cc1 commit 4d00d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funannotate/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ def addlink2(x):
value = "; ".join(t)
except TypeError:
value = "None found"
if isinstance(row[3], str):
if isinstance(row[4], str):
if ", " in row[4]:
r = row[4].split(", ") # convert BUSCO to list
else:
Expand Down

0 comments on commit 4d00d4e

Please sign in to comment.