You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know you don't necessarily support it, but I get the following if I use the Ancestry DNA output and as with the sample output I comment out the data headings:
Traceback (most recent call last):
File "3dna.py", line 111, in
point_val = int(ord(row[3][0])) + int(ord(row[3][1]))
IndexError: string index out of range
If I leave the headings without the comment I get an empty scad file.. Can you help out..?
The text was updated successfully, but these errors were encountered:
Hi There,
I know you don't necessarily support it, but I get the following if I use the Ancestry DNA output and as with the sample output I comment out the data headings:
Traceback (most recent call last):
File "3dna.py", line 111, in
point_val = int(ord(row[3][0])) + int(ord(row[3][1]))
IndexError: string index out of range
If I leave the headings without the comment I get an empty scad file.. Can you help out..?
The text was updated successfully, but these errors were encountered: