Skip to content

Commit 4d00d4e

Browse files
author
Jon Palmer
committed
eek, typo in last commit
1 parent 2894cc1 commit 4d00d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funannotate/compare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ def addlink2(x):
15551555
value = "; ".join(t)
15561556
except TypeError:
15571557
value = "None found"
1558-
if isinstance(row[3], str):
1558+
if isinstance(row[4], str):
15591559
if ", " in row[4]:
15601560
r = row[4].split(", ") # convert BUSCO to list
15611561
else:

0 commit comments

Comments
 (0)